API reference

CustomTranscriptionProvider Class

Extends MonoBehaviour

Fields

OnFullTranscription : WitTranscriptionEvent
Signature
WitTranscriptionEvent Meta.WitAi.Interfaces.CustomTranscriptionProvider.OnFullTranscription
OnMicLevelChanged : WitMicLevelChangedEvent
Signature
WitMicLevelChangedEvent Meta.WitAi.Interfaces.CustomTranscriptionProvider.OnMicLevelChanged
OnPartialTranscription : WitTranscriptionEvent
Signature
WitTranscriptionEvent Meta.WitAi.Interfaces.CustomTranscriptionProvider.OnPartialTranscription
OnStartListening : UnityEvent
Signature
UnityEvent Meta.WitAi.Interfaces.CustomTranscriptionProvider.OnStartListening
OnStoppedListening : UnityEvent
Signature
UnityEvent Meta.WitAi.Interfaces.CustomTranscriptionProvider.OnStoppedListening
OverrideMicLevel : bool
Signature
bool Meta.WitAi.Interfaces.CustomTranscriptionProvider.OverrideMicLevel

Properties

LastTranscription : string
[Get]
Signature
string Meta.WitAi.Interfaces.CustomTranscriptionProvider.LastTranscription

Methods

Activate ()
Called when wit is activated
Signature
abstract void Meta.WitAi.Interfaces.CustomTranscriptionProvider.Activate()
Returns
abstract void
Deactivate ()
Called when
Signature
abstract void Meta.WitAi.Interfaces.CustomTranscriptionProvider.Deactivate()
Returns
abstract void