DocumentAnalysisModelFactory.AnalyzedDocument メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AnalyzedDocument の新しいインスタンスを初期化します。
public static Azure.AI.FormRecognizer.DocumentAnalysis.AnalyzedDocument AnalyzedDocument (string documentType = default, System.Collections.Generic.IEnumerable<Azure.AI.FormRecognizer.DocumentAnalysis.BoundingRegion> boundingRegions = default, System.Collections.Generic.IEnumerable<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSpan> spans = default, System.Collections.Generic.IReadOnlyDictionary<string,Azure.AI.FormRecognizer.DocumentAnalysis.DocumentField> fields = default, float confidence = 0);
static member AnalyzedDocument : string * seq<Azure.AI.FormRecognizer.DocumentAnalysis.BoundingRegion> * seq<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSpan> * System.Collections.Generic.IReadOnlyDictionary<string, Azure.AI.FormRecognizer.DocumentAnalysis.DocumentField> * single -> Azure.AI.FormRecognizer.DocumentAnalysis.AnalyzedDocument
Public Shared Function AnalyzedDocument (Optional documentType As String = Nothing, Optional boundingRegions As IEnumerable(Of BoundingRegion) = Nothing, Optional spans As IEnumerable(Of DocumentSpan) = Nothing, Optional fields As IReadOnlyDictionary(Of String, DocumentField) = Nothing, Optional confidence As Single = 0) As AnalyzedDocument
パラメーター
- documentType
- String
ドキュメントの種類。
- boundingRegions
- IEnumerable<BoundingRegion>
ドキュメントをカバーする境界領域。
- spans
- IEnumerable<DocumentSpan>
読み取り順序の連結されたコンテンツ内のドキュメントの場所。
- fields
- IReadOnlyDictionary<String,DocumentField>
名前付きフィールド値のディクショナリ。
- confidence
- Single
ドキュメントを正しく抽出する信頼度。
戻り値
モック作成用の新しい AnalyzedDocument インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET