次の方法で共有


Document Models - Delete Analyze Result

ドキュメント分析の結果を削除対象としてマークします。

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

URI パラメーター

名前 / 必須 説明
endpoint
path True

string (uri)

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

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 バージョン。

応答

名前 説明
204 No Content

この要求に送信するコンテンツはありませんが、ヘッダーが役立つ場合があります。

Other Status Codes

DocumentIntelligenceErrorResponse

予期しないエラー応答。

セキュリティ

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

Delete Analyze Result

要求のサンプル

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

応答のサンプル

定義

名前 説明
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

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