次の方法で共有


IFormRecognizerClient インターフェイス

定義

代表的なトレーニング フォームのセットによって作成されたモデルに基づいて、フォームと画像から構造化データに情報を抽出します。

public interface IFormRecognizerClient : IDisposable
type IFormRecognizerClient = interface
    interface IDisposable
Public Interface IFormRecognizerClient
Implements IDisposable
派生
実装

プロパティ

Credentials

クライアント サブスクリプションを一意に識別するサブスクリプション資格情報。

DeserializationSettings

JSON の逆シリアル化設定を取得または設定します。

Endpoint

サポートされている Cognitive Services エンドポイント (プロトコルとホスト名など)。 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)

モデルのトレーニング

適用対象