다음을 통해 공유


DocumentClassifierCopyToOperationDetailsOutput interface

작업 응답 개체를 가져옵니다.

Extends

속성

kind

작업 유형입니다.

result

성공 시 작업 결과입니다.

상속된 속성

apiVersion

이 작업을 만드는 데 사용되는 API 버전입니다.

createdDateTime

작업이 만들어진 날짜 및 시간(UTC)입니다.

error

오류가 발생했습니다.

lastUpdatedDateTime

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

operationId

작업 ID

percentCompleted

작업 진행률(0-100).

resourceLocation

이 작업의 대상이 되는 리소스의 URL입니다.

status

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

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

tags

문서 모델과 연결된 키-값 태그 특성 목록입니다.

속성 세부 정보

kind

작업 유형입니다.

kind: "documentClassifierCopyTo"

속성 값

"documentClassifierCopyTo"

result

성공 시 작업 결과입니다.

result?: DocumentClassifierDetailsOutput

속성 값

상속된 속성 세부 정보

apiVersion

이 작업을 만드는 데 사용되는 API 버전입니다.

apiVersion?: string

속성 값

string

DocumentIntelligenceOperationDetailsOutputParent.apiVersion 상속된

createdDateTime

작업이 만들어진 날짜 및 시간(UTC)입니다.

createdDateTime: string

속성 값

string

DocumentIntelligenceOperationDetailsOutputParent.createdDateTime 상속됨

error

오류가 발생했습니다.

error?: DocumentIntelligenceErrorOutput

속성 값

DocumentIntelligenceOperationDetailsOutputParent.error 상속된

lastUpdatedDateTime

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

lastUpdatedDateTime: string

속성 값

string

DocumentIntelligenceOperationDetailsOutputParent.lastUpdatedDateTime 상속된

operationId

작업 ID

operationId: string

속성 값

string

DocumentIntelligenceOperationDetailsOutputParent.operationId 상속된

percentCompleted

작업 진행률(0-100).

percentCompleted?: number

속성 값

number

DocumentIntelligenceOperationDetailsOutputParent.percentCompleted 상속된

resourceLocation

이 작업의 대상이 되는 리소스의 URL입니다.

resourceLocation: string

속성 값

string

DocumentIntelligenceOperationDetailsOutputParent.resourceLocation 상속된

status

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

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

status: string

속성 값

string

DocumentIntelligenceOperationDetailsOutputParent.status 상속된

tags

문서 모델과 연결된 키-값 태그 특성 목록입니다.

tags?: Record<string, string>

속성 값

Record<string, string>

DocumentIntelligenceOperationDetailsOutputParent.tags 상속된