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 for .NET, with the latest version being 3.9.0, and offering access to versions as old as 2.2.0."],["The `DetectedLanguage` class serves as the response message for language detection within the API, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Confidence`, a float representing the confidence level of the detection, and `LanguageCode`, a string specifying the detected BCP-47 language code."],["It inherits methods from the `Object` class such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The page provides information on the constructors for the `DetectedLanguage` class, which includes a default constructor and a copy constructor."]]],[]]