BuildDocumentClassifierRequest interface
要求本文以建置新的自定義檔分類器。
屬性
allow |
允許以相同名稱覆寫現有的分類器。 |
base |
要定型分類器的基底 classifierId。 |
classifier |
唯一的檔分類器名稱。 |
description | 檔分類器描述。 |
doc |
要分類的檔案類型清單。 |
屬性詳細資料
allowOverwrite
允許以相同名稱覆寫現有的分類器。
allowOverwrite?: boolean
屬性值
boolean
baseClassifierId
要定型分類器的基底 classifierId。
baseClassifierId?: string
屬性值
string
classifierId
唯一的檔分類器名稱。
classifierId: string
屬性值
string
description
檔分類器描述。
description?: string
屬性值
string
docTypes
要分類的檔案類型清單。
docTypes: Record<string, ClassifierDocumentTypeDetails>
屬性值
Record<string, ClassifierDocumentTypeDetails>