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 reference documentation for the `DetectedLanguage` class within the Google Cloud Translation v3 API for .NET."],["The latest version of this API is 3.9.0, with multiple prior versions also documented, down to version 2.2.0."],["The `DetectedLanguage` class, used for language detection responses, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DetectedLanguage` class has properties `Confidence`, representing the confidence level of language detection, and `LanguageCode`, representing the detected language code."],["The documentation covers the inheritance, constructors, and properties of the `DetectedLanguage` class, along with relevant links to further information."]]],[]]