AudioSource¶
Union Type¶
AudioSource
module-attribute
¶
AudioSource = Union[AudioSourceBytes | AudioSourceS3Location | AudioSourceUnknown]
The source of audio data, which can be provided either as raw bytes or a reference to an S3 location.
Union Member Types¶
AudioSourceBytes
dataclass
¶
AudioSourceS3Location
dataclass
¶
A reference to audio data stored in an Amazon S3 bucket. To see which models support S3 uploads, see Supported models and features for Converse.