次の方法で共有


Miscellaneous Operations - Get Resource Details

現在のリソースに関する情報を返します。

GET {endpoint}/documentintelligence/info?api-version=2024-11-30

URI パラメーター

名前 / 必須 説明
endpoint
path True

string

uri

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

api-version
query True

string

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

応答

名前 説明
200 OK

DocumentIntelligenceResourceDetails

要求は成功しました。

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

Get Resource Details

要求のサンプル

GET https://myendpoint.cognitiveservices.azure.com/documentintelligence/info?api-version=2024-11-30

応答のサンプル

{
  "customDocumentModels": {
    "count": 2,
    "limit": 13
  }
}

定義

名前 説明
CustomDocumentModelsDetails

カスタム ドキュメント モデルに関する詳細。

DocumentIntelligenceError

エラー オブジェクト。

DocumentIntelligenceErrorResponse

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

DocumentIntelligenceInnerError

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

DocumentIntelligenceResourceDetails

現在のリソースに関する一般的な情報。

CustomDocumentModelsDetails

カスタム ドキュメント モデルに関する詳細。

名前 説明
count

integer

現在のリソース内のカスタム ドキュメント モデルの数。

limit

integer

現在のリソースでサポートされているカスタム ドキュメント モデルの最大数。

DocumentIntelligenceError

エラー オブジェクト。

名前 説明
code

string

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

details

DocumentIntelligenceError[]

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

innererror

DocumentIntelligenceInnerError

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

message

string

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

target

string

エラーのターゲット。

DocumentIntelligenceErrorResponse

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

名前 説明
error

DocumentIntelligenceError

エラー情報。

DocumentIntelligenceInnerError

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

名前 説明
code

string

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

innererror

DocumentIntelligenceInnerError

内部エラー。

message

string

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

DocumentIntelligenceResourceDetails

現在のリソースに関する一般的な情報。

名前 説明
customDocumentModels

CustomDocumentModelsDetails

カスタム ドキュメント モデルに関する詳細。