OcrSkill.TextExtractionAlgorithm Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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