Package version:

Interface CreateCollectionRequest

Model for creating face collection.

interface CreateCollectionRequest {
    name: string;
    recognitionModel?: string;
    userData?: string;
}

Properties

name: string

User defined name, maximum length is 128.

recognitionModel?: string

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?: string

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