voiceid_opt_out_speaker: Opts out a speaker from Voice ID

View source: R/voiceid_operations.R

voiceid_opt_out_speakerR Documentation

Opts out a speaker from Voice ID

Description

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.

Usage

voiceid_opt_out_speaker(DomainId, SpeakerId)

Arguments

DomainId

[required] The identifier of the domain that contains the speaker.

SpeakerId

[required] The identifier of the speaker you want opted-out.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.