次の方法で共有


ExtractedToken.BoundingBox プロパティ

定義

抽出されたテキストの境界ボックスを取得または設定します。 抽出されたテキストの位置をデカルト座標のペアとして表します。 座標ペアは、ページの左下からの原点参照を使用して、左上、右上、右下、左下のエンドポイント ボックスで配置されます。

[Newtonsoft.Json.JsonProperty(PropertyName="boundingBox")]
public System.Collections.Generic.IList<double?> BoundingBox { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="boundingBox")>]
member this.BoundingBox : System.Collections.Generic.IList<Nullable<double>> with get, set
Public Property BoundingBox As IList(Of Nullable(Of Double))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象