次の方法で共有


ExtractedKeyValuePair コンストラクター

定義

オーバーロード

ExtractedKeyValuePair()

ExtractedKeyValuePair クラスの新しいインスタンスを初期化します。

ExtractedKeyValuePair(IList<ExtractedToken>, IList<ExtractedToken>)

ExtractedKeyValuePair クラスの新しいインスタンスを初期化します。

ExtractedKeyValuePair()

ExtractedKeyValuePair クラスの新しいインスタンスを初期化します。

public ExtractedKeyValuePair ();
Public Sub New ()

適用対象

ExtractedKeyValuePair(IList<ExtractedToken>, IList<ExtractedToken>)

ExtractedKeyValuePair クラスの新しいインスタンスを初期化します。

public ExtractedKeyValuePair (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.FormRecognizer.Models.ExtractedToken> key = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.FormRecognizer.Models.ExtractedToken> value = default);
new Microsoft.Azure.CognitiveServices.FormRecognizer.Models.ExtractedKeyValuePair : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.FormRecognizer.Models.ExtractedToken> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.FormRecognizer.Models.ExtractedToken> -> Microsoft.Azure.CognitiveServices.FormRecognizer.Models.ExtractedKeyValuePair
Public Sub New (Optional key As IList(Of ExtractedToken) = Nothing, Optional value As IList(Of ExtractedToken) = Nothing)

パラメーター

key
IList<ExtractedToken>

キーと値のペアで抽出されたキーのトークンの一覧。

value
IList<ExtractedToken>

キーと値のペアで抽出された値のトークンの一覧。

適用対象