string | LastTranscription[Get] Provides the last transcription value (could be a partial transcription) |
Callback used to notify Wit subscribers of a partial transcription. | |
OnFullTranscription[Get] Callback used to notify Wit subscribers of a full transcription | |
UnityEvent | OnStoppedListening[Get] Callback used to notify Wit subscribers when the mic is active and transcription has begun |
UnityEvent | OnStartListening[Get] Callback used to notify Wit subscribers when the mic is inactive and transcription has stopped |
OnMicLevelChanged[Get] Callback used to notify Wit subscribers on mic volume level changes | |
bool | OverrideMicLevel[Get] Tells Wit if the mic input levels from the transcription service should be used directly |
void | Activate ( ) Called when wit is activated |
void | Deactivate ( ) Called when |
string Meta.WitAi.Interfaces.ITranscriptionProvider.LastTranscription |
---|
Provides the last transcription value (could be a partial transcription) |
WitTranscriptionEvent Meta.WitAi.Interfaces.ITranscriptionProvider.OnPartialTranscription |
---|
Callback used to notify Wit subscribers of a partial transcription. |
WitTranscriptionEvent Meta.WitAi.Interfaces.ITranscriptionProvider.OnFullTranscription |
---|
Callback used to notify Wit subscribers of a full transcription |
UnityEvent Meta.WitAi.Interfaces.ITranscriptionProvider.OnStoppedListening |
---|
Callback used to notify Wit subscribers when the mic is active and transcription has begun |
UnityEvent Meta.WitAi.Interfaces.ITranscriptionProvider.OnStartListening |
---|
Callback used to notify Wit subscribers when the mic is inactive and transcription has stopped |
WitMicLevelChangedEvent Meta.WitAi.Interfaces.ITranscriptionProvider.OnMicLevelChanged |
---|
Callback used to notify Wit subscribers on mic volume level changes |
bool Meta.WitAi.Interfaces.ITranscriptionProvider.OverrideMicLevel |
---|
Tells Wit if the mic input levels from the transcription service should be used directly |
void Meta.WitAi.Interfaces.ITranscriptionProvider.Activate ( ) |
---|
Called when wit is activated |
void Meta.WitAi.Interfaces.ITranscriptionProvider.Deactivate ( ) |
---|
Called when |