voiceid_list_speakers {paws.machine.learning} | R Documentation |
Lists all speakers in a specified domain
Description
Lists all speakers in a specified domain.
See https://www.paws-r-sdk.com/docs/voiceid_list_speakers/ for full documentation.
Usage
voiceid_list_speakers(DomainId, MaxResults = NULL, NextToken = NULL)
Arguments
DomainId |
[required] The identifier of the domain. |
MaxResults |
The maximum number of results that are returned per call. You can use
|
NextToken |
If |
[Package paws.machine.learning version 0.9.0 Index]