Class TextAnnotation.Types.DetectedLanguage (2.3.0)

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

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(TextAnnotation.Types.DetectedLanguage)

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

Properties

Confidence

public float Confidence { get; set; }

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

Property Value
TypeDescription
Single

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