다음을 통해 공유


Document Models - Get Analyze Result Pdf

문서 분석에서 생성된 검색 가능한 PDF 출력을 가져옵니다.

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

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
endpoint
path True

string

uri

문서 인텔리전스 서비스 엔드포인트입니다.

modelId
path True

string

고유한 문서 모델 이름입니다.

regex 패턴: ^[a-zA-Z0-9][a-zA-Z0-9._~-]{1,63}$

resultId
path True

string

uuid

작업 결과 ID를 분석합니다.

api-version
query True

string

이 작업에 사용할 API 버전입니다.

응답

Name 형식 Description
200 OK

file

요청이 성공했습니다.

Media Types: "application/pdf", "application/json"

Other Status Codes

DocumentIntelligenceErrorResponse

예기치 않은 오류 응답입니다.

Media Types: "application/pdf", "application/json"

보안

Ocp-Apim-Subscription-Key

형식: apiKey
In(다음 안에): header

OAuth2Auth

형식: oauth2
Flow: accessCode
권한 부여 URL: https://login.microsoftonline.com/common/oauth2/authorize
토큰 URL: https://login.microsoftonline.com/common/oauth2/token

범위

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

예제

Get Analyze Document Result PDF

샘플 요청

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

샘플 응답

"{pdfBinary}"

정의

Name Description
DocumentIntelligenceError

오류 개체입니다.

DocumentIntelligenceErrorResponse

오류 응답 개체입니다.

DocumentIntelligenceInnerError

오류에 대한 보다 구체적인 정보를 포함하는 개체입니다.

DocumentIntelligenceError

오류 개체입니다.

Name 형식 Description
code

string

서버에서 정의한 오류 코드 집합 중 하나입니다.

details

DocumentIntelligenceError[]

이 보고된 오류로 이어진 특정 오류에 대한 세부 정보 배열입니다.

innererror

DocumentIntelligenceInnerError

오류에 대한 현재 개체보다 더 구체적인 정보를 포함하는 개체입니다.

message

string

사람이 읽을 수 있는 오류 표현입니다.

target

string

오류의 대상입니다.

DocumentIntelligenceErrorResponse

오류 응답 개체입니다.

Name 형식 Description
error

DocumentIntelligenceError

오류 정보입니다.

DocumentIntelligenceInnerError

오류에 대한 보다 구체적인 정보를 포함하는 개체입니다.

Name 형식 Description
code

string

서버에서 정의한 오류 코드 집합 중 하나입니다.

innererror

DocumentIntelligenceInnerError

내부 오류입니다.

message

string

사람이 읽을 수 있는 오류 표현입니다.