Freigeben über


OcrSkill.TextExtractionAlgorithm Eigenschaft

Definition

Ruft einen Wert ab, der angibt, welcher Algorithmus zum Extrahieren von Text verwendet werden soll, oder legt diesen fest. Der Standardwert ist gedruckt. Mögliche Werte: "gedruckt", "handschriftlich"

[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)

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: