SpeakResponse
The result of speech synthesis.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
attachment |
yes | AttachmentDescriptor |
The saved attachment. | — |
characters |
yes | integer (int32) |
The billed character count. | pattern `^-?(?:0\ |
isEstimated |
yes | boolean |
Whether the character count is estimated. | — |
cost |
no | number (double) |
The computed amount. null if pricing is undefined. |
pattern `^-?(?:0\ |
currency |
no | string |
The currency label. | — |
alignment |
no | array |
Character-level timing. null when not requested via SpeakRequest.IncludeTimestamps, or when the provider does not support it. |
— |