DocumentAnalysisModelFactory.DocumentWord メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET