/AWS1/CL_VIDSPEAKER¶
Contains all the information about a speaker.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_domainid TYPE /AWS1/VIDDOMAINID /AWS1/VIDDOMAINID¶
The identifier of the domain that contains the speaker.
iv_customerspeakerid TYPE /AWS1/VIDCUSTOMERSPEAKERID /AWS1/VIDCUSTOMERSPEAKERID¶
The client-provided identifier for the speaker.
iv_generatedspeakerid TYPE /AWS1/VIDGENERATEDSPEAKERID /AWS1/VIDGENERATEDSPEAKERID¶
The service-generated identifier for the speaker.
iv_status TYPE /AWS1/VIDSPEAKERSTATUS /AWS1/VIDSPEAKERSTATUS¶
The current status of the speaker.
iv_createdat TYPE /AWS1/VIDTIMESTAMP /AWS1/VIDTIMESTAMP¶
A timestamp of when the speaker was created.
iv_updatedat TYPE /AWS1/VIDTIMESTAMP /AWS1/VIDTIMESTAMP¶
A timestamp of the speaker's last update.
iv_lastaccessedat TYPE /AWS1/VIDTIMESTAMP /AWS1/VIDTIMESTAMP¶
The timestamp of when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour.
Queryable Attributes¶
DomainId¶
The identifier of the domain that contains the speaker.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINID() |
Getter for DOMAINID, with configurable default |
ASK_DOMAINID() |
Getter for DOMAINID w/ exceptions if field has no value |
HAS_DOMAINID() |
Determine if DOMAINID has a value |
CustomerSpeakerId¶
The client-provided identifier for the speaker.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMERSPEAKERID() |
Getter for CUSTOMERSPEAKERID, with configurable default |
ASK_CUSTOMERSPEAKERID() |
Getter for CUSTOMERSPEAKERID w/ exceptions if field has no v |
HAS_CUSTOMERSPEAKERID() |
Determine if CUSTOMERSPEAKERID has a value |
GeneratedSpeakerId¶
The service-generated identifier for the speaker.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GENERATEDSPEAKERID() |
Getter for GENERATEDSPEAKERID, with configurable default |
ASK_GENERATEDSPEAKERID() |
Getter for GENERATEDSPEAKERID w/ exceptions if field has no |
HAS_GENERATEDSPEAKERID() |
Determine if GENERATEDSPEAKERID has a value |
Status¶
The current status of the speaker.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
CreatedAt¶
A timestamp of when the speaker was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
UpdatedAt¶
A timestamp of the speaker's last update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
LastAccessedAt¶
The timestamp of when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTACCESSEDAT() |
Getter for LASTACCESSEDAT, with configurable default |
ASK_LASTACCESSEDAT() |
Getter for LASTACCESSEDAT w/ exceptions if field has no valu |
HAS_LASTACCESSEDAT() |
Determine if LASTACCESSEDAT has a value |