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