Record
audio-content
No description available.
record audio-content {
data: string,
mime-type: string,
}Fields
| Name | Type | Description |
|---|---|---|
| data | string | Base64-encoded audio bytes. |
| mime-type | string | MIME type, e.g. "audio/wav". |
No description available.
record audio-content {
data: string,
mime-type: string,
}| Name | Type | Description |
|---|---|---|
| data | string | Base64-encoded audio bytes. |
| mime-type | string | MIME type, e.g. "audio/wav". |