const string | |
const string | |
const string | |
const string | |
const string | |
const string |
OnRequestOptionSetup[Get] | |
OnRequestInitialized[Get] | |
OnRequestCreated[Get] | |
OnSend[Get] | |
UnityEvent | |
UnityEvent | OnMicDataSent[Get] |
UnityEvent | |
UnityEvent | |
UnityEvent | |
UnityEvent | OnAborting[Get] |
UnityEvent | OnAborted[Get] |
OnCanceled[Get] | |
OnRawResponse[Get] | |
OnPartialResponse[Get] | |
OnResponse[Get] | |
OnError[Get] | |
UnityEvent | OnRequestCompleted[Get] |
OnComplete[Get] | |
UnityEvent | OnStartListening[Get] |
UnityEvent | |
UnityEvent | OnStoppedListening[Get] |
UnityEvent | |
OnMicLevelChanged[Get] | |
OnFullTranscription[Get] | |
onFullTranscription[Get] |
void | AddListener ( SpeechEvents listener ) |
void | RemoveListener ( SpeechEvents listener ) |
void | SetEvents ( bool add ) |
void | |
void | |
void |
const string Meta.WitAi.Events.SpeechEvents.EVENT_CATEGORY_ACTIVATION_SETUP |
---|
No description available.
|
const string Meta.WitAi.Events.SpeechEvents.EVENT_CATEGORY_ACTIVATION_INFO |
---|
No description available.
|
const string Meta.WitAi.Events.SpeechEvents.EVENT_CATEGORY_ACTIVATION_CANCELATION |
---|
No description available.
|
const string Meta.WitAi.Events.SpeechEvents.EVENT_CATEGORY_ACTIVATION_RESPONSE |
---|
No description available.
|
const string Meta.WitAi.Events.SpeechEvents.EVENT_CATEGORY_AUDIO_EVENTS |
---|
No description available.
|
const string Meta.WitAi.Events.SpeechEvents.EVENT_CATEGORY_TRANSCRIPTION_EVENTS |
---|
No description available.
|
WitRequestOptionsEvent Meta.WitAi.Events.SpeechEvents.OnRequestOptionSetup |
---|
No description available.
|
VoiceServiceRequestEvent Meta.WitAi.Events.SpeechEvents.OnRequestInitialized |
---|
No description available.
|
WitRequestCreatedEvent Meta.WitAi.Events.SpeechEvents.OnRequestCreated |
---|
No description available.
|
VoiceServiceRequestEvent Meta.WitAi.Events.SpeechEvents.OnSend |
---|
No description available.
|
UnityEvent Meta.WitAi.Events.SpeechEvents.OnMinimumWakeThresholdHit |
---|
No description available.
|
UnityEvent Meta.WitAi.Events.SpeechEvents.OnMicDataSent |
---|
No description available.
|
UnityEvent Meta.WitAi.Events.SpeechEvents.OnStoppedListeningDueToDeactivation |
---|
No description available.
|
UnityEvent Meta.WitAi.Events.SpeechEvents.OnStoppedListeningDueToInactivity |
---|
No description available.
|
UnityEvent Meta.WitAi.Events.SpeechEvents.OnStoppedListeningDueToTimeout |
---|
No description available.
|
UnityEvent Meta.WitAi.Events.SpeechEvents.OnAborting |
---|
No description available.
|
UnityEvent Meta.WitAi.Events.SpeechEvents.OnAborted |
---|
No description available.
|
WitTranscriptionEvent Meta.WitAi.Events.SpeechEvents.OnCanceled |
---|
No description available.
|
WitTranscriptionEvent Meta.WitAi.Events.SpeechEvents.OnRawResponse |
---|
No description available.
|
WitResponseEvent Meta.WitAi.Events.SpeechEvents.OnPartialResponse |
---|
No description available.
|
WitResponseEvent Meta.WitAi.Events.SpeechEvents.OnResponse |
---|
No description available.
|
WitErrorEvent Meta.WitAi.Events.SpeechEvents.OnError |
---|
No description available.
|
UnityEvent Meta.WitAi.Events.SpeechEvents.OnRequestCompleted |
---|
No description available.
|
VoiceServiceRequestEvent Meta.WitAi.Events.SpeechEvents.OnComplete |
---|
No description available.
|
UnityEvent Meta.WitAi.Events.SpeechEvents.OnStartListening |
---|
No description available.
|
UnityEvent Meta.WitAi.Events.SpeechEvents.OnMicStartedListening |
---|
No description available.
|
UnityEvent Meta.WitAi.Events.SpeechEvents.OnStoppedListening |
---|
No description available.
|
UnityEvent Meta.WitAi.Events.SpeechEvents.OnMicStoppedListening |
---|
No description available.
|
WitMicLevelChangedEvent Meta.WitAi.Events.SpeechEvents.OnMicLevelChanged |
---|
No description available.
|
WitMicLevelChangedEvent Meta.WitAi.Events.SpeechEvents.OnMicAudioLevelChanged |
---|
No description available.
|
WitTranscriptionEvent Meta.WitAi.Events.SpeechEvents.OnPartialTranscription |
---|
No description available.
|
WitTranscriptionEvent Meta.WitAi.Events.SpeechEvents.onPartialTranscription |
---|
No description available.
|
WitTranscriptionEvent Meta.WitAi.Events.SpeechEvents.OnFullTranscription |
---|
No description available.
|
WitTranscriptionEvent Meta.WitAi.Events.SpeechEvents.onFullTranscription |
---|
No description available.
|
void Meta.WitAi.Events.SpeechEvents.AddListener ( SpeechEvents listener ) |
---|
No description available.
|
void Meta.WitAi.Events.SpeechEvents.RemoveListener ( SpeechEvents listener ) |
---|
No description available.
|
virtual void Meta.WitAi.Events.SpeechEvents.SetEvents ( bool add ) |
---|
No description available.
|
void Meta.WitAi.Events.SpeechEvents.SetEvent ( Func< SpeechEvents, UnityEvent > getEvent, bool add ) |
---|
No description available.
|
void Meta.WitAi.Events.SpeechEvents.SetEvent< T > ( Func< SpeechEvents, UnityEvent< T >> getEvent, bool add ) |
---|
No description available.
|
void Meta.WitAi.Events.SpeechEvents.SetEvent< T, U > ( Func< SpeechEvents, UnityEvent< T, U >> getEvent, bool add ) |
---|
No description available.
|