audio_delta_message_content
AudioDeltaMessageContent
Bases: BaseDeltaMessageContent
A delta message content for audio data.
Attributes:
Name | Type | Description |
---|---|---|
id |
Optional[str]
|
The ID of the audio data. |
data |
Optional[str]
|
Base64 encoded audio data. |
transcript |
Optional[str]
|
The transcript of the audio data. |
expires_at |
Optional[int]
|
The Unix timestamp (in seconds) for when this audio data will no longer be accessible. |