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 documentation page covers the `DetectedLanguage` class within the Google Cloud Translation v3 API, specifically within the 3.4.0 version."],["The `DetectedLanguage` class is a response message that is designed to provide language detection details."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for comprehensive functionality."],["The class contains properties such as `Confidence`, a float representing the confidence level of the language detection, and `LanguageCode`, a string containing the detected ISO-639 language code."],["The documentation also includes a list of all the previous versions of this specific class, with 3.9.0 being the latest."]]],[]]