Share via


CreateCollectionRequest interface

Model for creating face collection.

Properties

name

User defined name, maximum length is 128.

recognitionModel

The 'recognitionModel' associated with this face list. Supported 'recognitionModel' values include 'recognition_01', 'recognition_02, 'recognition_03', and 'recognition_04'. The default value is 'recognition_01'. 'recognition_04' is recommended since its accuracy is improved on faces wearing masks compared with 'recognition_03', and its overall accuracy is improved compared with 'recognition_01' and 'recognition_02'.

Possible values: "recognition_01", "recognition_02", "recognition_03", "recognition_04"

userData

Optional user defined data. Length should not exceed 16K.

Property Details

name

User defined name, maximum length is 128.

name: string

Property Value

string

recognitionModel

The 'recognitionModel' associated with this face list. Supported 'recognitionModel' values include 'recognition_01', 'recognition_02, 'recognition_03', and 'recognition_04'. The default value is 'recognition_01'. 'recognition_04' is recommended since its accuracy is improved on faces wearing masks compared with 'recognition_03', and its overall accuracy is improved compared with 'recognition_01' and 'recognition_02'.

Possible values: "recognition_01", "recognition_02", "recognition_03", "recognition_04"

recognitionModel?: string

Property Value

string

userData

Optional user defined data. Length should not exceed 16K.

userData?: string

Property Value

string