Share via


OCR.Language Property

Definition

Gets or sets the ISO 639-3 code.

[Newtonsoft.Json.JsonProperty(PropertyName="Language")]
public string Language { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="Language")>]
member this.Language : string with get, set
Public Property Language As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to