VoiceID#
Client#
- class VoiceID.Client#
 A low-level client representing Amazon Voice ID
Amazon Connect Voice ID provides real-time caller authentication and fraud screening. This guide describes the APIs used for this service.
import boto3 client = boto3.client('voice-id')
These are the available methods:
- can_paginate
 - close
 - create_domain
 - delete_domain
 - delete_fraudster
 - delete_speaker
 - describe_domain
 - describe_fraudster
 - describe_fraudster_registration_job
 - describe_speaker
 - describe_speaker_enrollment_job
 - evaluate_session
 - get_paginator
 - get_waiter
 - list_domains
 - list_fraudster_registration_jobs
 - list_speaker_enrollment_jobs
 - list_speakers
 - list_tags_for_resource
 - opt_out_speaker
 - start_fraudster_registration_job
 - start_speaker_enrollment_job
 - tag_resource
 - untag_resource
 - update_domain
 
Paginators#
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: