voisona-talk-api / SpeechSynthesisBaseInformation
Interface: SpeechSynthesisBaseInformation
Defined in: types.ts:70
Base information for a speech synthesis request.
Extended by
Properties
destination
destination:
Destination
Defined in: types.ts:72
Destination of the synthesized sound.
language
language:
string
Defined in: types.ts:74
Language code (e.g., "ja_JP").
output_file_path?
optionaloutput_file_path?:string
Defined in: types.ts:76
Absolute path to the output WAV file. Meaningful only if destination is 'file'.
progress_percentage
progress_percentage:
number
Defined in: types.ts:78
Progress of the request (0 to 100).
state
state:
RequestState
Defined in: types.ts:80
Current state of the request.
text
text:
string
Defined in: types.ts:82
Source text for synthesis.
uuid
uuid:
string
Defined in: types.ts:84
Unique ID for the request.