SpeakerSummary
Contains a summary of information about a speaker.
Contents
- CreatedAt
-
A timestamp showing the speaker's creation time.
Type: Timestamp
Required: No
- CustomerSpeakerId
-
The client-provided identifier for the speaker.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^[a-zA-Z0-9][a-zA-Z0-9_-]*$
Required: No
- DomainId
-
The identifier of the domain that contains the speaker.
Type: String
Length Constraints: Fixed length of 22.
Pattern:
^[a-zA-Z0-9]{22}$
Required: No
- GeneratedSpeakerId
-
The service-generated identifier for the speaker.
Type: String
Length Constraints: Fixed length of 25.
Pattern:
^id#[a-zA-Z0-9]{22}$
Required: No
- LastAccessedAt
-
The timestamp when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour.
Type: Timestamp
Required: No
- Status
-
The current status of the speaker.
Type: String
Valid Values:
ENROLLED | EXPIRED | OPTED_OUT | PENDING
Required: No
- UpdatedAt
-
A timestamp showing the speaker's last update.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: