次の方法で共有


Document Models - Get Analyze Result Figure

ドキュメント分析から、指定した図の生成されたトリミングされた画像を取得します。

GET {endpoint}/documentintelligence/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}?api-version=2024-11-30

URI パラメーター

名前 / 必須 説明
endpoint
path True

string (uri)

ドキュメント インテリジェンス サービス エンドポイント。

figureId
path True

string

図 ID。

modelId
path True

string

maxLength: 64
pattern: ^[a-zA-Z0-9][a-zA-Z0-9._~-]{1,63}$

一意のドキュメント モデル名。

resultId
path True

string (uuid)

分析操作の結果 ID。

api-version
query True

string

minLength: 1

この操作に使用する API バージョン。

応答

名前 説明
200 OK

file

要求は成功しました。

Media Types: "image/png", "application/json"

Other Status Codes

DocumentIntelligenceErrorResponse

予期しないエラー応答。

Media Types: "image/png", "application/json"

セキュリティ

Ocp-Apim-Subscription-Key

型: apiKey
/: header

OAuth2Auth

型: oauth2
フロー: accessCode
Authorization URL (承認 URL): https://login.microsoftonline.com/common/oauth2/authorize
Token URL (トークン URL): https://login.microsoftonline.com/common/oauth2/token

スコープ

名前 説明
https://cognitiveservices.azure.com/.default

Get Analyze Document Result Figure

要求のサンプル

GET https://myendpoint.cognitiveservices.azure.com/documentintelligence/documentModels/prebuilt-invoice/analyzeResults/3b31320d-8bab-4f88-b19c-2322a7f11034/figures/1.0?api-version=2024-11-30

応答のサンプル

"{imageBinary}"

定義

名前 説明
DocumentIntelligenceError

エラー オブジェクト。

DocumentIntelligenceErrorResponse

エラー応答オブジェクト。

DocumentIntelligenceInnerError

エラーに関するより具体的な情報を含むオブジェクト。

DocumentIntelligenceError

エラー オブジェクト。

名前 説明
code

string

サーバー定義の一連のエラー コードの 1 つ。

details

DocumentIntelligenceError[]

この報告されたエラーの原因となった特定のエラーに関する詳細の配列。

innererror

DocumentIntelligenceInnerError

エラーに関する現在のオブジェクトよりも具体的な情報を含むオブジェクト。

message

string

エラーの人間が判読できる表現。

target

string

エラーのターゲット。

DocumentIntelligenceErrorResponse

エラー応答オブジェクト。

名前 説明
error

DocumentIntelligenceError

エラー情報。

DocumentIntelligenceInnerError

エラーに関するより具体的な情報を含むオブジェクト。

名前 説明
code

string

サーバー定義の一連のエラー コードの 1 つ。

innererror

DocumentIntelligenceInnerError

内部エラー。

message

string

エラーの人間が判読できる表現。