次の方法で共有


DocumentAnalysisModelFactory.DocumentKeyValueElement メソッド

定義

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

public static Azure.AI.FormRecognizer.DocumentAnalysis.DocumentKeyValueElement DocumentKeyValueElement (string content = default, System.Collections.Generic.IEnumerable<Azure.AI.FormRecognizer.DocumentAnalysis.BoundingRegion> boundingRegions = default, System.Collections.Generic.IEnumerable<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSpan> spans = default);
static member DocumentKeyValueElement : string * seq<Azure.AI.FormRecognizer.DocumentAnalysis.BoundingRegion> * seq<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSpan> -> Azure.AI.FormRecognizer.DocumentAnalysis.DocumentKeyValueElement
Public Shared Function DocumentKeyValueElement (Optional content As String = Nothing, Optional boundingRegions As IEnumerable(Of BoundingRegion) = Nothing, Optional spans As IEnumerable(Of DocumentSpan) = Nothing) As DocumentKeyValueElement

パラメーター

content
String

キーと値の要素のコンテンツを読み取り順に連結しました。

boundingRegions
IEnumerable<BoundingRegion>

キーと値の要素をカバーする境界領域。

spans
IEnumerable<DocumentSpan>

読み取り順序の連結されたコンテンツ内のキーと値の要素の場所。

戻り値

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

適用対象