Vuo  2.0.0
VuoSpeechVoice.h
Go to the documentation of this file.
1 
10 #pragma once
11 
13 typedef void * VuoList_VuoSpeechVoice;
14 #define VuoList_VuoSpeechVoice_TYPE_DEFINED
15 
29 
33 char *VuoSpeechVoice_getSummary(const VuoSpeechVoice value);
34 
35 #define VuoSpeechVoice_SUPPORTS_COMPARISON
36 bool VuoSpeechVoice_areEqual(const VuoSpeechVoice valueA, const VuoSpeechVoice valueB);
37 bool VuoSpeechVoice_isLessThan(const VuoSpeechVoice valueA, const VuoSpeechVoice valueB);
38 
44 char *VuoSpeechVoice_getString(const VuoSpeechVoice value);
48