Vuo  2.3.2
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
16 
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 
48