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."],[[["The latest version available for the Google Cloud Translation v3 API is 3.9.0, with a range of versions from 3.8.0 down to 2.2.0 also documented."],["The `DetectedLanguage` class is a core component of the Google Cloud Translation v3 API, representing the language detection response."],["The `DetectedLanguage` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like deep cloning and message handling."],["The `DetectedLanguage` class includes properties such as `Confidence` (a float representing detection certainty) and `LanguageCode` (a string for the detected language's ISO-639 code)."],["There are two constructor overloads provided for the `DetectedLanguage` class, one is the default, and the other takes a `DetectedLanguage` object as a parameter."]]],[]]