Share via


OcrSkill.ShouldDetectOrientation Property

Definition

Gets or sets a value indicating to turn orientation detection on or not. Default is false.

[Newtonsoft.Json.JsonProperty(PropertyName="detectOrientation")]
public bool? ShouldDetectOrientation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="detectOrientation")>]
member this.ShouldDetectOrientation : Nullable<bool> with get, set
Public Property ShouldDetectOrientation As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to