次の方法で共有


RecognizeIdentityDocumentsOperation コンストラクター

定義

オーバーロード

RecognizeIdentityDocumentsOperation()

RecognizeIdentityDocumentsOperation クラスの新しいインスタンスを初期化します。 このコンストラクターは、モック作成にのみ使用することを目的としています。

RecognizeIdentityDocumentsOperation(String, FormRecognizerClient)

ID ドキュメントから値を認識するための実行時間の RecognizeIdentityDocumentsOperation 長い操作の状態を追跡する クラスの新しいインスタンスを初期化します。

RecognizeIdentityDocumentsOperation()

Source:
RecognizeIdentityDocumentsOperation.cs

RecognizeIdentityDocumentsOperation クラスの新しいインスタンスを初期化します。 このコンストラクターは、モック作成にのみ使用することを目的としています。

protected RecognizeIdentityDocumentsOperation ();
Protected Sub New ()

適用対象

RecognizeIdentityDocumentsOperation(String, FormRecognizerClient)

Source:
RecognizeIdentityDocumentsOperation.cs

ID ドキュメントから値を認識するための実行時間の RecognizeIdentityDocumentsOperation 長い操作の状態を追跡する クラスの新しいインスタンスを初期化します。

public RecognizeIdentityDocumentsOperation (string operationId, Azure.AI.FormRecognizer.FormRecognizerClient client);
new Azure.AI.FormRecognizer.Models.RecognizeIdentityDocumentsOperation : string * Azure.AI.FormRecognizer.FormRecognizerClient -> Azure.AI.FormRecognizer.Models.RecognizeIdentityDocumentsOperation
Public Sub New (operationId As String, client As FormRecognizerClient)

パラメーター

operationId
String

この操作の ID。

client
FormRecognizerClient

完了のためにチェックするために使用されたクライアント。

適用対象