다음을 통해 공유


AnalyzeBatchOperationOutput interface

일괄 처리 분석 작업의 상태 및 결과입니다.

속성

createdDateTime

작업이 제출된 날짜 및 시간(UTC)입니다.

error

일괄 처리 문서 분석 중에 오류가 발생했습니다.

lastUpdatedDateTime

상태가 마지막으로 업데이트된 날짜 및 시간(UTC)입니다.

percentCompleted

작업 진행률(0-100).

result

일괄 처리 문서 분석 결과입니다.

resultId

일괄 처리 작업 결과 ID를 분석합니다.

status

작업 상태입니다. notStarted, running, succeeded 또는 failed

가능한 값: "notStarted", "running", "failed", "succeeded", "canceled", "skipped"

속성 세부 정보

createdDateTime

작업이 제출된 날짜 및 시간(UTC)입니다.

createdDateTime: string

속성 값

string

error

일괄 처리 문서 분석 중에 오류가 발생했습니다.

error?: DocumentIntelligenceErrorOutput

속성 값

lastUpdatedDateTime

상태가 마지막으로 업데이트된 날짜 및 시간(UTC)입니다.

lastUpdatedDateTime: string

속성 값

string

percentCompleted

작업 진행률(0-100).

percentCompleted?: number

속성 값

number

result

일괄 처리 문서 분석 결과입니다.

result?: AnalyzeBatchResultOutput

속성 값

resultId

일괄 처리 작업 결과 ID를 분석합니다.

resultId?: string

속성 값

string

status

작업 상태입니다. notStarted, running, succeeded 또는 failed

가능한 값: "notStarted", "running", "failed", "succeeded", "canceled", "skipped"

status: string

속성 값

string