Google Cloud Vision v1 API - Class TextAnnotation.Types.DetectedLanguage (3.5.0)

public sealed class TextAnnotation.Types.DetectedLanguage : IMessage<TextAnnotation.Types.DetectedLanguage>, IEquatable<TextAnnotation.Types.DetectedLanguage>, IDeepCloneable<TextAnnotation.Types.DetectedLanguage>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Vision v1 API class TextAnnotation.Types.DetectedLanguage.

Detected language for a structural component.

Inheritance

object > TextAnnotation.Types.DetectedLanguage

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

DetectedLanguage()

public DetectedLanguage()

DetectedLanguage(DetectedLanguage)

public DetectedLanguage(TextAnnotation.Types.DetectedLanguage other)
Parameter
NameDescription
otherTextAnnotationTypesDetectedLanguage

Properties

Confidence

public float Confidence { get; set; }

Confidence of detected language. Range [0, 1].

Property Value
TypeDescription
float

LanguageCode

public string LanguageCode { get; set; }

The BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.

Property Value
TypeDescription
string