voicevox_client_cpp  0.0.0
A client library for VOICEVOX implemented in C++.
Classes | Functions
voicevox_client_cpp::request::post::synthesis Namespace Reference

Classes

class  Builder
 A builder for creating requests to obtain audio_query. More...
 

Functions

voicevox_client_cpp::request::post::synthesis::BuilderCreatePostSynthesisRequestBuilder ()
 Get a pointer to the builder for creating a request to obtain synthesized data. More...
 
void DestroyPostSynthesisRequestBuilder (voicevox_client_cpp::request::post::synthesis::Builder *builder)
 Delete the builder for getting synthesized data. More...
 
void SetPostSynthesisRequestSpeaker (voicevox_client_cpp::request::post::synthesis::Builder *builder, const int speaker)
 Set the speaker ID to be used for the query to synthesize Japanese speech. More...
 
void SetPostSynthesisRequestEnableInterrogativeUpspeak (voicevox_client_cpp::request::post::synthesis::Builder *builder, const bool enable_interrogative_upspeak)
 Set a flag to control whether to raise the intonation at the end when it's a question. More...
 
void SetPostSynthesisRequestAccentPhrases (voicevox_client_cpp::request::post::synthesis::Builder *builder, const char *accent_phrases)
 Set the query for speech synthesis included in the response body of the audio_query request. More...
 
void SetPostSynthesisRequestCoreVersion (voicevox_client_cpp::request::post::synthesis::Builder *builder, const int core_version)
 Set cove_version value to request. More...