voiceid_update_watchlist {paws.machine.learning} | R Documentation |
Updates the specified watchlist
Description
Updates the specified watchlist. Every domain has a default watchlist which cannot be updated.
See https://www.paws-r-sdk.com/docs/voiceid_update_watchlist/ for full documentation.
Usage
voiceid_update_watchlist(
Description = NULL,
DomainId,
Name = NULL,
WatchlistId
)
Arguments
Description |
A brief description about this watchlist. |
DomainId |
[required] The identifier of the domain that contains the watchlist. |
Name |
The name of the watchlist. |
WatchlistId |
[required] The identifier of the watchlist to be updated. |
[Package paws.machine.learning version 0.9.0 Index]