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, which is used to represent the response for language detection."],["The latest version available is 3.9.0, and the current page is specifically detailing version 3.8.0, with numerous previous versions also available."],["The `DetectedLanguage` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its functionality and place within the Google Protobuf ecosystem."],["The class has properties `Confidence` (a float representing detection confidence) and `LanguageCode` (a string for the detected ISO-639 language code), and the namespace of the class is `Google.Cloud.Translate.V3`."],["There are 2 constructors available for the `DetectedLanguage` class, a parameterless constructor and one that accepts another instance of the `DetectedLanguage` class."]]],[]]