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

FormRecognizerClientExtensions.GetExtractedKeysAsync 方法

定义

获取密钥

public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.FormRecognizer.Models.KeysResult> GetExtractedKeysAsync (this Microsoft.Azure.CognitiveServices.FormRecognizer.IFormRecognizerClient operations, Guid id, System.Threading.CancellationToken cancellationToken = default);
static member GetExtractedKeysAsync : Microsoft.Azure.CognitiveServices.FormRecognizer.IFormRecognizerClient * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.FormRecognizer.Models.KeysResult>
<Extension()>
Public Function GetExtractedKeysAsync (operations As IFormRecognizerClient, id As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of KeysResult)

参数

operations
IFormRecognizerClient

此扩展方法的操作组。

id
Guid

模型标识符。

cancellationToken
CancellationToken

取消标记。

返回

注解

使用 API 检索由指定模型提取的密钥。

适用于