View Source aws_voice_id (aws v1.0.4)
Summary
Functions
Creates a domain that contains all Amazon Connect Voice ID data, such as speakers, fraudsters, customer audio, and voiceprints.
Deletes the specified fraudster from Voice ID.
Deletes the specified watchlist from Voice ID.
Disassociates the fraudsters from the watchlist specified.
Lists all the fraudster registration jobs in the domain with the given JobStatus
.
Lists all the speaker enrollment jobs in the domain with the specified JobStatus
.
Opts out a speaker from Voice ID.
Updates the specified domain.
Updates the specified watchlist.
Functions
Creates a domain that contains all Amazon Connect Voice ID data, such as speakers, fraudsters, customer audio, and voiceprints.
Every domain is created with a default watchlist that fraudsters can be a part of.Deletes the specified fraudster from Voice ID.
This action disassociates the fraudster from any watchlists it is a part of.Deletes the specified watchlist from Voice ID.
This API throws an exception when there are fraudsters in the watchlist that you are trying to delete. You must delete the fraudsters, and then delete the watchlist. Every domain has a default watchlist which cannot be deleted.Disassociates the fraudsters from the watchlist specified.
Voice ID always expects a fraudster to be a part of at least one watchlist. If you try to disassociate a fraudster from its only watchlist, aValidationException
is thrown.
Lists all the fraudster registration jobs in the domain with the given JobStatus
.
JobStatus
is not provided, this lists all fraudster registration jobs in the given domain.
Lists all the speaker enrollment jobs in the domain with the specified JobStatus
.
JobStatus
is not provided, this lists all jobs with all possible speaker enrollment job statuses.
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.Updates the specified domain.
This API has clobber behavior, and clears and replaces all attributes. If an optional field, such as 'Description' is not provided, it is removed from the domain.Updates the specified watchlist.
Every domain has a default watchlist which cannot be updated.