public sealed class Document.Types.Page.Types.DetectedLanguage : IMessage<Document.Types.Page.Types.DetectedLanguage>, IEquatable<Document.Types.Page.Types.DetectedLanguage>, IDeepCloneable<Document.Types.Page.Types.DetectedLanguage>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class Document.Types.Page.Types.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 `Document.Types.Page.Types.DetectedLanguage` class within the Google Cloud Document AI v1 API, specifically for .NET."],["The class represents a detected language within a structural component of a document, with properties for `Confidence` (a float value between 0 and 1) and `LanguageCode` (a BCP-47 language code string)."],["The documentation covers various versions of the API, from 1.0.0 up to the latest version 3.19.0, with links provided for each version."],["The `Document.Types.Page.Types.DetectedLanguage` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from object."],["The page includes detailed information about the class constructors, including a default constructor and one that accepts another `DetectedLanguage` object as a parameter, with further details on their usage."]]],[]]