| Package | Description |
|---|---|
| com.amazonaws.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
Speaker |
Speaker.clone() |
Speaker |
DescribeSpeakerResult.getSpeaker()
Information about the specified speaker.
|
Speaker |
OptOutSpeakerResult.getSpeaker()
Details about the opted-out speaker.
|
Speaker |
Speaker.withCreatedAt(Date createdAt)
A timestamp of when the speaker was created.
|
Speaker |
Speaker.withCustomerSpeakerId(String customerSpeakerId)
The client-provided identifier for the speaker.
|
Speaker |
Speaker.withDomainId(String domainId)
The identifier of the domain that contains the speaker.
|
Speaker |
Speaker.withGeneratedSpeakerId(String generatedSpeakerId)
The service-generated identifier for the speaker.
|
Speaker |
Speaker.withLastAccessedAt(Date lastAccessedAt)
The timestamp of when the speaker was last accessed for enrollment, re-enrollment or a successful authentication.
|
Speaker |
Speaker.withStatus(SpeakerStatus status)
The current status of the speaker.
|
Speaker |
Speaker.withStatus(String status)
The current status of the speaker.
|
Speaker |
Speaker.withUpdatedAt(Date updatedAt)
A timestamp of the speaker's last update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSpeakerResult.setSpeaker(Speaker speaker)
Information about the specified speaker.
|
void |
OptOutSpeakerResult.setSpeaker(Speaker speaker)
Details about the opted-out speaker.
|
DescribeSpeakerResult |
DescribeSpeakerResult.withSpeaker(Speaker speaker)
Information about the specified speaker.
|
OptOutSpeakerResult |
OptOutSpeakerResult.withSpeaker(Speaker speaker)
Details about the opted-out speaker.
|
Copyright © 2023. All rights reserved.