voicevox_client_cpp  0.0.0
A client library for VOICEVOX implemented in C++.
Namespaces | Classes | Functions
voicevox_client_cpp Namespace Reference

Namespaces

 request
 

Classes

class  Client
 A client class for handlingk requests and responses to/from VOICEVOX. More...
 

Functions

ClientGetClientInstance (const char *uri)
 [extern "C"] Get instance of the client More...
 
const char * RequestJsonString (Client *client, request::Builder *req_builder)
 An interface for sending requests to the server and receiving responses synchronously. More...
 
const char * RequestString (Client *client, request::Builder *req_builder)
 An interface for sending requests to the server and receiving responses synchronously. More...
 
void FreeString (const char *str)
 Free memories of string object. More...