VideoSource¶
Union Type¶
VideoSource
module-attribute
¶
VideoSource = Union[VideoSourceBytes | VideoSourceS3Location | VideoSourceUnknown]
A video source. You can upload a smaller video as a base64-encoded string as long as the encoded file is less than 25MB. You can also transfer videos up to 1GB in size from an S3 bucket.
Union Member Types¶
VideoSourceBytes
dataclass
¶
VideoSourceS3Location
dataclass
¶
The location of a video object in an Amazon S3 bucket. To see which models support S3 uploads, see Supported models and features for Converse.