다음을 통해 공유


PersonGroup interface

Person group object.

Extends

Properties

personGroupId

PersonGroupId of the target person group.

Inherited Properties

name

User defined name, maximum length is 128.

recognitionModel

Possible values include: 'recognition_01', 'recognition_02', 'recognition_03', 'recognition_04'. Default value: 'recognition_01'.

userData

User specified data. Length should not exceed 16KB.

Property Details

personGroupId

PersonGroupId of the target person group.

personGroupId: string

Property Value

string

Inherited Property Details

name

User defined name, maximum length is 128.

name: string

Property Value

string

Inherited From MetaDataContract.name

recognitionModel

Possible values include: 'recognition_01', 'recognition_02', 'recognition_03', 'recognition_04'. Default value: 'recognition_01'.

recognitionModel?: RecognitionModel

Property Value

Inherited From MetaDataContract.recognitionModel

userData

User specified data. Length should not exceed 16KB.

userData?: string

Property Value

string

Inherited From MetaDataContract.userData