Create Speech
Creates a new Speech resource. HTTP Mapping: POST /v1/conversation/speech
Query parameters
speech_id is a client-assigned unique identifier for the Speech resource. This ID is used to reference the speech in subsequent operations.
Request
name is the resource identifier for the Speech. It follows the format “speeches/{speech}” and uniquely identifies a Speech resource.
output_format determines the file format for the synthesized speech audio, such as MP3 or WAV. This field is optional and depends on the capabilities of the selected service.
Response
name is the resource identifier for the Speech. It follows the format “speeches/{speech}” and uniquely identifies a Speech resource.
output_format determines the file format for the synthesized speech audio, such as MP3 or WAV. This field is optional and depends on the capabilities of the selected service.