次の方法で共有


DocumentAnalysisModelFactory.DocumentWord メソッド

定義

DocumentWord の新しいインスタンスを初期化します。

public static Azure.AI.FormRecognizer.DocumentAnalysis.DocumentWord DocumentWord (string content = default, System.Collections.Generic.IReadOnlyList<System.Drawing.PointF> boundingPolygon = default, Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSpan span = default, float confidence = 0);
static member DocumentWord : string * System.Collections.Generic.IReadOnlyList<System.Drawing.PointF> * Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSpan * single -> Azure.AI.FormRecognizer.DocumentAnalysis.DocumentWord
Public Shared Function DocumentWord (Optional content As String = Nothing, Optional boundingPolygon As IReadOnlyList(Of PointF) = Nothing, Optional span As DocumentSpan = Nothing, Optional confidence As Single = 0) As DocumentWord

パラメーター

content
String

単語のテキスト コンテンツ。

boundingPolygon
IReadOnlyList<PointF>

単語の境界ポリゴン。

span
DocumentSpan

読み取り順序の連結されたコンテンツ内の単語の場所。

confidence
Single

単語を正しく抽出する信頼度。

戻り値

モック作成用の新しい DocumentWord インスタンス。

適用対象