Class DocumentLanguage
Inheritance
DocumentLanguage
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public class DocumentLanguage
Properties
|
Edit this page
View Source
Confidence
Declaration
[JsonProperty("confidence")]
public float Confidence { get; set; }
Property Value
|
Edit this page
View Source
Locale
Declaration
[JsonProperty("locale")]
public string Locale { get; set; }
Property Value
|
Edit this page
View Source
Spans
Declaration
[JsonProperty("spans")]
public DocumentSpan[] Spans { get; set; }
Property Value
Extension Methods