Vuo  2.0.0
Macros | Functions
VuoSpeechVoice.m File Reference

Description

VuoSpeechVoice implementation.

Definition in file VuoSpeechVoice.m.

Go to the source code of this file.

Functions

VuoSpeechVoice VuoSpeechVoice_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoSpeechVoice_getJson (const VuoSpeechVoice value)
 Encodes value as a JSON object. More...
 
VuoList_VuoSpeechVoice VuoSpeechVoice_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoSpeechVoice_getSummary (const VuoSpeechVoice value)
 Returns a compact string representation of value. More...
 
bool VuoSpeechVoice_areEqual (const VuoSpeechVoice valueA, const VuoSpeechVoice valueB)
 Returns true if the two values are equal. More...
 
bool VuoSpeechVoice_isLessThan (const VuoSpeechVoice valueA, const VuoSpeechVoice valueB)
 Returns true if valueA is less than valueB. More...