你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RecognizeIdentityDocumentsOperation 构造函数

定义

重载

RecognizeIdentityDocumentsOperation()

初始化 RecognizeIdentityDocumentsOperation 类的新实例。 此构造函数仅用于模拟。

RecognizeIdentityDocumentsOperation(String, FormRecognizerClient)

初始化 类的新实例, RecognizeIdentityDocumentsOperation 该实例跟踪用于识别标识文档中值的长时间运行的操作的状态。

RecognizeIdentityDocumentsOperation()

Source:
RecognizeIdentityDocumentsOperation.cs

初始化 RecognizeIdentityDocumentsOperation 类的新实例。 此构造函数仅用于模拟。

protected RecognizeIdentityDocumentsOperation();
Protected Sub New ()

适用于

RecognizeIdentityDocumentsOperation(String, FormRecognizerClient)

Source:
RecognizeIdentityDocumentsOperation.cs

初始化 类的新实例, 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

用于检查完成的客户端。

适用于