Skip to main content

EOIAddFacerecGroupInputs

eyesonit-typescript-sdk


eyesonit-typescript-sdk / EOIAddFacerecGroupInputs

Class: EOIAddFacerecGroupInputs

Request payload for creating a face recognition group.

Constructors

Constructor

new EOIAddFacerecGroupInputs(group_id, group_name, group_description): EOIAddFacerecGroupInputs

Parameters

group_id

string

Stable group identifier used in API operations. Minimum length: 2.

group_name

string

Display name shown to users. Minimum length: 2.

group_description

string

Human-readable description of the group. Minimum length: 10.

Returns

EOIAddFacerecGroupInputs

Properties

group_id

group_id: string

Stable group identifier used in API operations. Minimum length: 2.


group_name

group_name: string

Display name shown to users. Minimum length: 2.


group_description

group_description: string

Human-readable description of the group. Minimum length: 10.

Methods

fromJsonObj()

static fromJsonObj(obj): EOIAddFacerecGroupInputs | null

Parameters

obj

any

Returns

EOIAddFacerecGroupInputs | null


validate()

validate(): EOIResponse

Validates this payload against SDK-side constraints.

Returns

EOIResponse