OcrSkill.TextExtractionAlgorithm Property

Definition

Gets or sets a value indicating which algorithm to use for extracting text. Default is printed. Possible values include: 'printed', 'handwritten'

[Newtonsoft.Json.JsonProperty(PropertyName="textExtractionAlgorithm")]
public Microsoft.Azure.Search.Models.TextExtractionAlgorithm? TextExtractionAlgorithm { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="textExtractionAlgorithm")>]
member this.TextExtractionAlgorithm : Nullable<Microsoft.Azure.Search.Models.TextExtractionAlgorithm> with get, set
Public Property TextExtractionAlgorithm As Nullable(Of TextExtractionAlgorithm)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to