OcrSkill.TextExtractionAlgorithm プロパティ

定義

テキストの抽出に使用するアルゴリズムを示す値を取得または設定します。 既定値は印刷されます。 使用可能な値には、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象