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

FormRecognizerClient 类

定义

根据一组代表性训练表单创建的模型,将表单和图像中的信息提取到结构化数据中。

public class FormRecognizerClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.CognitiveServices.FormRecognizer.FormRecognizerClient>, IDisposable, Microsoft.Azure.CognitiveServices.FormRecognizer.IFormRecognizerClient
type FormRecognizerClient = class
    inherit ServiceClient<FormRecognizerClient>
    interface IFormRecognizerClient
    interface IDisposable
Public Class FormRecognizerClient
Inherits ServiceClient(Of FormRecognizerClient)
Implements IDisposable, IFormRecognizerClient
继承
FormRecognizerClient
实现

构造函数

FormRecognizerClient(DelegatingHandler[])

初始化 FormRecognizerClient 类的新实例。

FormRecognizerClient(HttpClient, Boolean)

初始化 FormRecognizerClient 类的新实例。

FormRecognizerClient(HttpClientHandler, DelegatingHandler[])

初始化 FormRecognizerClient 类的新实例。

FormRecognizerClient(ServiceClientCredentials, DelegatingHandler[])

初始化 FormRecognizerClient 类的新实例。

FormRecognizerClient(ServiceClientCredentials, HttpClient, Boolean)

初始化 FormRecognizerClient 类的新实例。

FormRecognizerClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

初始化 FormRecognizerClient 类的新实例。

属性

Credentials

唯一标识客户端订阅的订阅凭据。

DeserializationSettings

获取或设置 json 反序列化设置。

Endpoint

支持的认知服务终结点 (协议和主机名,例如: https://westus2.api.cognitive.microsoft.com) 。

FirstMessageHandler

根据一组代表性训练表单创建的模型,将表单和图像中的信息提取到结构化数据中。

(继承自 ServiceClient<T>)
HttpClient

根据一组代表性训练表单创建的模型,将表单和图像中的信息提取到结构化数据中。

(继承自 ServiceClient<T>)
HttpClientHandler

根据一组代表性训练表单创建的模型,将表单和图像中的信息提取到结构化数据中。

(继承自 ServiceClient<T>)
HttpMessageHandlers

根据一组代表性训练表单创建的模型,将表单和图像中的信息提取到结构化数据中。

(继承自 ServiceClient<T>)
SerializationSettings

获取或设置 json 序列化设置。

UserAgent

根据一组代表性训练表单创建的模型,将表单和图像中的信息提取到结构化数据中。

(继承自 ServiceClient<T>)

方法

AnalyzeWithCustomModelWithHttpMessagesAsync(Guid, Stream, IList<String>, Dictionary<String,List<String>>, CancellationToken)

分析表单

AnalyzeWithCustomModelWithHttpMessagesAsync2(Guid, Stream, IList<String>, Dictionary<String,List<String>>, CancellationToken, String)

根据一组代表性训练表单创建的模型,将表单和图像中的信息提取到结构化数据中。

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

根据一组代表性训练表单创建的模型,将表单和图像中的信息提取到结构化数据中。

(继承自 ServiceClient<T>)
DeleteCustomModelWithHttpMessagesAsync(Guid, Dictionary<String,List<String>>, CancellationToken)

删除模型

Dispose()

根据一组代表性训练表单创建的模型,将表单和图像中的信息提取到结构化数据中。

(继承自 ServiceClient<T>)
Dispose(Boolean)

根据一组代表性训练表单创建的模型,将表单和图像中的信息提取到结构化数据中。

(继承自 ServiceClient<T>)
GetCustomModelsWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

获取模型

GetCustomModelWithHttpMessagesAsync(Guid, Dictionary<String,List<String>>, CancellationToken)

获取模型

GetExtractedKeysWithHttpMessagesAsync(Guid, Dictionary<String,List<String>>, CancellationToken)

获取密钥

InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[])

根据一组代表性训练表单创建的模型,将表单和图像中的信息提取到结构化数据中。

(继承自 ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[])

根据一组代表性训练表单创建的模型,将表单和图像中的信息提取到结构化数据中。

(继承自 ServiceClient<T>)
SetRetryPolicy(RetryPolicy)

根据一组代表性训练表单创建的模型,将表单和图像中的信息提取到结构化数据中。

(继承自 ServiceClient<T>)
SetUserAgent(String)

根据一组代表性训练表单创建的模型,将表单和图像中的信息提取到结构化数据中。

(继承自 ServiceClient<T>)
SetUserAgent(String, String)

根据一组代表性训练表单创建的模型,将表单和图像中的信息提取到结构化数据中。

(继承自 ServiceClient<T>)
TrainCustomModelWithHttpMessagesAsync(TrainRequest, Dictionary<String,List<String>>, CancellationToken)

训练模型

扩展方法

AnalyzeWithCustomModelAsync(IFormRecognizerClient, Guid, Stream, IList<String>, CancellationToken)

分析表单

AnalyzeWithCustomModelAsync(IFormRecognizerClient, Guid, Stream, String, IList<String>, CancellationToken)

根据一组代表性训练表单创建的模型,将表单和图像中的信息提取到结构化数据中。

DeleteCustomModelAsync(IFormRecognizerClient, Guid, CancellationToken)

删除模型

GetCustomModelAsync(IFormRecognizerClient, Guid, CancellationToken)

获取模型

GetCustomModelsAsync(IFormRecognizerClient, CancellationToken)

获取模型

GetExtractedKeysAsync(IFormRecognizerClient, Guid, CancellationToken)

获取密钥

TrainCustomModelAsync(IFormRecognizerClient, TrainRequest, CancellationToken)

训练模型

适用于