abacusai.avatar_voice_candidate

Classes

AvatarVoiceCandidate

Avatar Voice Candidate — one designed voice sample from generateAvatarVoice.

Module Contents

class abacusai.avatar_voice_candidate.AvatarVoiceCandidate(client, s3Key=None, previewUrl=None)

Bases: abacusai.return_class.AbstractApiClass

Avatar Voice Candidate — one designed voice sample from generateAvatarVoice.

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • s3Key (str) – Opaque sample reference — pass back to attachAvatarVoice as generatedS3Key

  • previewUrl (str) – Signed URL of the sample, for auditioning it before it is kept

s3_key = None
preview_url = None
deprecated_keys
__repr__()
to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict