Dela via


Miscellaneous Operations - Get Resource Details

Returnera information om den aktuella resursen.

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

URI-parametrar

Name I Obligatorisk Typ Description
endpoint
path True

string

uri

Slutpunkten för document intelligence-tjänsten.

api-version
query True

string

DEN API-version som ska användas för den här åtgärden.

Svar

Name Typ Description
200 OK

DocumentIntelligenceResourceDetails

Begäran har slutförts.

Other Status Codes

DocumentIntelligenceErrorResponse

Ett oväntat felsvar.

Säkerhet

Ocp-Apim-Subscription-Key

Typ: apiKey
I: header

OAuth2Auth

Typ: oauth2
Flow: accessCode
Auktoriseringswebbadress: https://login.microsoftonline.com/common/oauth2/authorize
Token-webbadress: https://login.microsoftonline.com/common/oauth2/token

Omfattningar

Name Description
https://cognitiveservices.azure.com/.default

Exempel

Get Resource Details

Exempelbegäran

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

Exempelsvar

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

Definitioner

Name Description
CustomDocumentModelsDetails

Information om anpassade dokumentmodeller.

DocumentIntelligenceError

Felobjektet.

DocumentIntelligenceErrorResponse

Felsvarsobjekt.

DocumentIntelligenceInnerError

Ett objekt som innehåller mer specifik information om felet.

DocumentIntelligenceResourceDetails

Allmän information om den aktuella resursen.

CustomDocumentModelsDetails

Information om anpassade dokumentmodeller.

Name Typ Description
count

integer

Antal anpassade dokumentmodeller i den aktuella resursen.

limit

integer

Maximalt antal anpassade dokumentmodeller som stöds i den aktuella resursen.

DocumentIntelligenceError

Felobjektet.

Name Typ Description
code

string

En av en serverdefinierad uppsättning felkoder.

details

DocumentIntelligenceError[]

En matris med information om specifika fel som ledde till det rapporterade felet.

innererror

DocumentIntelligenceInnerError

Ett objekt som innehåller mer specifik information än det aktuella objektet om felet.

message

string

En mänsklig läsbar representation av felet.

target

string

Målet för felet.

DocumentIntelligenceErrorResponse

Felsvarsobjekt.

Name Typ Description
error

DocumentIntelligenceError

Felinformation.

DocumentIntelligenceInnerError

Ett objekt som innehåller mer specifik information om felet.

Name Typ Description
code

string

En av en serverdefinierad uppsättning felkoder.

innererror

DocumentIntelligenceInnerError

Inre fel.

message

string

En mänsklig läsbar representation av felet.

DocumentIntelligenceResourceDetails

Allmän information om den aktuella resursen.

Name Typ Description
customDocumentModels

CustomDocumentModelsDetails

Information om anpassade dokumentmodeller.