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

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
授权 URL: https://login.microsoftonline.com/common/oauth2/authorize
令牌 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

服务器定义的错误代码集之一。

details

DocumentIntelligenceError[]

导致此报告错误的特定错误的详细信息数组。

innererror

DocumentIntelligenceInnerError

包含与当前对象有关错误的更具体信息的对象。

message

string

错误的人工可读表示形式。

target

string

错误的目标。

DocumentIntelligenceErrorResponse

错误响应对象。

名称 类型 说明
error

DocumentIntelligenceError

错误信息。

DocumentIntelligenceInnerError

包含有关错误的更具体信息的对象。

名称 类型 说明
code

string

服务器定义的错误代码集之一。

innererror

DocumentIntelligenceInnerError

内部错误。

message

string

错误的人工可读表示形式。

DocumentIntelligenceResourceDetails

有关当前资源的常规信息。

名称 类型 说明
customDocumentModels

CustomDocumentModelsDetails

有关自定义文档模型的详细信息。