共用方式為


DocumentTypeDetails interface

檔類型資訊。

屬性

buildMode

自訂檔案模型建置模式。

description

檔模型描述。

fieldConfidence

每個欄位的估計信賴度。

fieldSchema

使用 JSON 架構樣式語法的檔語意架構描述。

屬性詳細資料

buildMode

自訂檔案模型建置模式。

buildMode?: string

屬性值

string

description

檔模型描述。

description?: string

屬性值

string

fieldConfidence

每個欄位的估計信賴度。

fieldConfidence?: {[propertyName: string]: number}

屬性值

{[propertyName: string]: number}

fieldSchema

使用 JSON 架構樣式語法的檔語意架構描述。

fieldSchema: {[propertyName: string]: DocumentFieldSchema}

屬性值

{[propertyName: string]: DocumentFieldSchema}