다음을 통해 공유


TranslationStatusOutput interface

번역 작업 상태 응답

속성

createdDateTimeUtc

작업 생성 날짜 시간

error

여기에는 오류 코드, 메시지, 세부 정보, 대상 및 보다 설명적인 세부 정보가 포함된 내부 오류가 포함된 외부 오류가 포함됩니다.

id

작업의 ID입니다.

값에 UUID가 포함될 수 있습니다.

lastActionDateTimeUtc

작업 상태가 업데이트된 날짜 시간

status

작업 또는 문서의 가능한 상태 목록

summary

속성 세부 정보

createdDateTimeUtc

작업 생성 날짜 시간

createdDateTimeUtc: string

속성 값

string

error

여기에는 오류 코드, 메시지, 세부 정보, 대상 및 보다 설명적인 세부 정보가 포함된 내부 오류가 포함된 외부 오류가 포함됩니다.

error?: TranslationErrorOutput

속성 값

id

작업의 ID입니다.

값에 UUID가 포함될 수 있습니다.

id: string

속성 값

string

lastActionDateTimeUtc

작업 상태가 업데이트된 날짜 시간

lastActionDateTimeUtc: string

속성 값

string

status

작업 또는 문서의 가능한 상태 목록

status: "NotStarted" | "Running" | "Succeeded" | "Failed" | "Cancelled" | "Cancelling" | "ValidationFailed"

속성 값

"NotStarted" | "Running" | "Succeeded" | "Failed" | "Cancelled" | "Cancelling" | "ValidationFailed"

summary

summary: StatusSummaryOutput

속성 값