Update Speech
Updates an existing Speech resource. HTTP Mapping: PATCH /v1/conversation/speech/{speech.name=speeches/*}
Path parameters
Query parameters
update_mask specifies the set of fields to be updated in the Speech resource. This enables partial updates by listing only the modified field paths.
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.