public sealed class DetectedLanguage : IMessage<DetectedLanguage>, IEquatable<DetectedLanguage>, IDeepCloneable<DetectedLanguage>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class DetectedLanguage.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `DetectedLanguage` class within the Google Cloud Translation v3 API, offering details on its implementation and usage in .NET."],["The `DetectedLanguage` class is a response message type that is used in the language detection process, returning detection results."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` base class."],["The documentation outlines the `DetectedLanguage` class's constructors and key properties, `Confidence` (a float representing detection confidence) and `LanguageCode` (a string representing the detected ISO-639 language code)."],["There is also a list of various versions of this Class which range from version 2.2.0 to 3.9.0, with 3.9.0 being the most current."]]],[]]