voiceid_delete_speaker {paws.machine.learning}R Documentation

Deletes the specified speaker from Voice ID

Description

Deletes the specified speaker from Voice ID.

See https://www.paws-r-sdk.com/docs/voiceid_delete_speaker/ for full documentation.

Usage

voiceid_delete_speaker(DomainId, SpeakerId)

Arguments

DomainId

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

SpeakerId

[required] The identifier of the speaker you want to delete.


[Package paws.machine.learning version 0.7.0 Index]