共用方式為


Miscellaneous Operations - Get Resource Details

傳回目前資源的相關信息。

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

URI 參數

名稱 位於 必要 類型 Description
endpoint
path True

string

uri

Document Intelligence 服務端點。

api-version
query True

string

要用於這項作業的 API 版本。

回應

名稱 類型 Description
200 OK

DocumentIntelligenceResourceDetails

要求已成功。

Other Status Codes

DocumentIntelligenceErrorResponse

未預期的錯誤回應。

安全性

Ocp-Apim-Subscription-Key

類型: apiKey
位於: header

OAuth2Auth

類型: oauth2
Flow: accessCode
授權 URL: https://login.microsoftonline.com/common/oauth2/authorize
權杖 URL: https://login.microsoftonline.com/common/oauth2/token

範圍

名稱 Description
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
  }
}

定義

名稱 Description
CustomDocumentModelsDetails

有關自定義檔模型的詳細數據。

DocumentIntelligenceError

error 物件。

DocumentIntelligenceErrorResponse

錯誤回應物件。

DocumentIntelligenceInnerError

物件,包含有關錯誤的更特定資訊。

DocumentIntelligenceResourceDetails

目前資源的一般資訊。

CustomDocumentModelsDetails

有關自定義檔模型的詳細數據。

名稱 類型 Description
count

integer

目前資源中的自定義檔模型數目。

limit

integer

目前資源所支援的自定義檔模型數目上限。

DocumentIntelligenceError

error 物件。

名稱 類型 Description
code

string

其中一組伺服器定義的錯誤碼。

details

DocumentIntelligenceError[]

導致此錯誤之特定錯誤的詳細數據陣列。

innererror

DocumentIntelligenceInnerError

物件,包含與目前對象有關錯誤更具體的資訊。

message

string

錯誤的人類可讀取表示法。

target

string

錯誤的目標。

DocumentIntelligenceErrorResponse

錯誤回應物件。

名稱 類型 Description
error

DocumentIntelligenceError

錯誤資訊。

DocumentIntelligenceInnerError

物件,包含有關錯誤的更特定資訊。

名稱 類型 Description
code

string

其中一組伺服器定義的錯誤碼。

innererror

DocumentIntelligenceInnerError

內部錯誤。

message

string

錯誤的人類可讀取表示法。

DocumentIntelligenceResourceDetails

目前資源的一般資訊。

名稱 類型 Description
customDocumentModels

CustomDocumentModelsDetails

有關自定義檔模型的詳細數據。