View source: R/voiceid_operations.R
voiceid_opt_out_speaker | R Documentation |
Opts out a speaker from Voice ID. A speaker can be opted out regardless of whether or not they already exist in Voice ID. If they don't yet exist, a new speaker is created in an opted out state. If they already exist, their existing status is overridden and they are opted out. Enrollment and evaluation authentication requests are rejected for opted out speakers, and opted out speakers have no voice embeddings stored in Voice ID.
See https://www.paws-r-sdk.com/docs/voiceid_opt_out_speaker/ for full documentation.
voiceid_opt_out_speaker(DomainId, SpeakerId)
DomainId |
[required] The identifier of the domain that contains the speaker. |
SpeakerId |
[required] The identifier of the speaker you want opted-out. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.