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

IFormRecognizerClient 接口

定义

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

public interface IFormRecognizerClient : IDisposable
type IFormRecognizerClient = interface
    interface IDisposable
Public Interface IFormRecognizerClient
Implements IDisposable
派生
实现

属性

Credentials

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

DeserializationSettings

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

Endpoint

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

SerializationSettings

服务的基 URI。

方法

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

分析表单

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

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

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

删除模型

GetCustomModelsWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

获取模型

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

获取模型

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

获取密钥

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)

训练模型

适用于