DocumentModelComposeOperationDetailsOutput interface
取得作業回應物件。
- Extends
屬性
kind | 作業類型。 |
result | 作業成功時的結果。 |
繼承的屬性
api |
用來建立此作業的 API 版本。 |
created |
建立作業的日期和時間 (UTC)。 |
error | 發生錯誤。 |
last |
上次更新狀態的日期和時間 (UTC)。 |
operation |
作業標識碼 |
percent |
作業進度(0-100)。 |
resource |
此作業的目標資源URL。 |
status | 作業狀態。 notStarted、running、completed 或 failed 可能的值:“notStarted”、“running”、“failed”、“succeeded”、“canceled”、“skipped” |
tags | 與檔模型相關聯的索引鍵/值標籤屬性清單。 |
屬性詳細資料
kind
作業類型。
kind: "documentModelCompose"
屬性值
"documentModelCompose"
result
繼承的屬性詳細資料
apiVersion
用來建立此作業的 API 版本。
apiVersion?: string
屬性值
string
繼承自DocumentIntelligenceOperationDetailsOutputParent.apiVersion
createdDateTime
建立作業的日期和時間 (UTC)。
createdDateTime: string
屬性值
string
繼承自DocumentIntelligenceOperationDetailsOutputParent.createdDateTime
error
發生錯誤。
error?: DocumentIntelligenceErrorOutput
屬性值
lastUpdatedDateTime
上次更新狀態的日期和時間 (UTC)。
lastUpdatedDateTime: string
屬性值
string
繼承自DocumentIntelligenceOperationDetailsOutputParent.lastUpdatedDateTime
operationId
作業標識碼
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
tags
與檔模型相關聯的索引鍵/值標籤屬性清單。
tags?: Record<string, string>
屬性值
Record<string, string>