API reference
API reference
Select your platform
No SDKs available
No versions available

ITranscriptionProvider Interface

Overview

Properties

string
Provides the last transcription value (could be a partial transcription)
Callback used to notify Wit subscribers of a partial transcription.
Callback used to notify Wit subscribers of a full transcription
UnityEvent
Callback used to notify Wit subscribers when the mic is active and transcription has begun
UnityEvent
Callback used to notify Wit subscribers when the mic is inactive and transcription has stopped
Callback used to notify Wit subscribers on mic volume level changes
bool
Tells Wit if the mic input levels from the transcription service should be used directly

Public Member Functions

void
Called when wit is activated
void
Called when

Details

Properties

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

Member Functions

void Meta.WitAi.Interfaces.ITranscriptionProvider.Activate ( )
Called when wit is activated
void Meta.WitAi.Interfaces.ITranscriptionProvider.Deactivate ( )
Called when
Did you find this page helpful?
Thumbs up icon
Thumbs down icon