bool | _hasVoiceActivation[Get] Flags to indicate whether or not the component supports voice and/or text activation. |
bool | _hasTextActivation[Get] |
bool | This flag dictates whether or not the service should send a network request as part of its (de)activation handling. |
MonoBehaviour | ServiceComponent[Get] |
bool | HasVoiceActivation[Get] |
bool | HasTextActivation[Get] |
bool | |
string | ServiceName[Get] Most services have a common way of querying their service name. For those that don't, override this method. The name is cached after first query. |
abstract bool | Active[Get] |
abstract bool | MicActive[Get] |
abstract bool | IsRequestActive[Get] |
abstract VoiceServiceRequestEvent | OnSend[Get] |
abstract WitTranscriptionEvent | |
abstract WitTranscriptionEvent | OnFullTranscription[Get] |
abstract UnityEvent | OnStoppedListening[Get] |
abstract VoiceServiceRequestEvent | OnComplete[Get] |
WitUnderstandingViewerServiceAPI ( MonoBehaviour serviceComponent ) Constructor. | |
abstract void | Activate ( ) |
abstract void | Activate ( string text ) |
abstract void | Deactivate ( ) |
abstract void |
| bool Meta.WitAi.Windows.WitUnderstandingViewerServiceAPI._hasVoiceActivation |
|---|
Flags to indicate whether or not the component supports voice and/or text activation. |
| bool Meta.WitAi.Windows.WitUnderstandingViewerServiceAPI._hasTextActivation |
|---|
No description available.
|
| bool Meta.WitAi.Windows.WitUnderstandingViewerServiceAPI._shouldSubmitUtterance |
|---|
This flag dictates whether or not the service should send a network request as part of its (de)activation handling. |
| MonoBehaviour Meta.WitAi.Windows.WitUnderstandingViewerServiceAPI.ServiceComponent |
|---|
No description available.
|
| bool Meta.WitAi.Windows.WitUnderstandingViewerServiceAPI.HasVoiceActivation |
|---|
No description available.
|
| bool Meta.WitAi.Windows.WitUnderstandingViewerServiceAPI.HasTextActivation |
|---|
No description available.
|
| bool Meta.WitAi.Windows.WitUnderstandingViewerServiceAPI.ShouldSubmitUtterance |
|---|
No description available.
|
| virtual string Meta.WitAi.Windows.WitUnderstandingViewerServiceAPI.ServiceName |
|---|
Most services have a common way of querying their service name. For those that don't, override this method. The name is cached after first query. |
| abstract bool Meta.WitAi.Windows.WitUnderstandingViewerServiceAPI.Active |
|---|
No description available.
|
| abstract bool Meta.WitAi.Windows.WitUnderstandingViewerServiceAPI.MicActive |
|---|
No description available.
|
| abstract bool Meta.WitAi.Windows.WitUnderstandingViewerServiceAPI.IsRequestActive |
|---|
No description available.
|
| abstract VoiceServiceRequestEvent Meta.WitAi.Windows.WitUnderstandingViewerServiceAPI.OnSend |
|---|
No description available.
|
| abstract WitTranscriptionEvent Meta.WitAi.Windows.WitUnderstandingViewerServiceAPI.OnPartialTranscription |
|---|
No description available.
|
| abstract WitTranscriptionEvent Meta.WitAi.Windows.WitUnderstandingViewerServiceAPI.OnFullTranscription |
|---|
No description available.
|
| abstract UnityEvent Meta.WitAi.Windows.WitUnderstandingViewerServiceAPI.OnStoppedListening |
|---|
No description available.
|
| abstract VoiceServiceRequestEvent Meta.WitAi.Windows.WitUnderstandingViewerServiceAPI.OnComplete |
|---|
No description available.
|
| Meta.WitAi.Windows.WitUnderstandingViewerServiceAPI.WitUnderstandingViewerServiceAPI ( MonoBehaviour serviceComponent ) |
|---|
Constructor. Parameters serviceComponent The Service Component (VoiceService, DictationService, etc. this API will wrap. |
| abstract void Meta.WitAi.Windows.WitUnderstandingViewerServiceAPI.Activate ( ) |
|---|
No description available.
|
| abstract void Meta.WitAi.Windows.WitUnderstandingViewerServiceAPI.Activate ( string text ) |
|---|
No description available.
|
| abstract void Meta.WitAi.Windows.WitUnderstandingViewerServiceAPI.Deactivate ( ) |
|---|
No description available.
|
| abstract void Meta.WitAi.Windows.WitUnderstandingViewerServiceAPI.DeactivateAndAbortRequest ( ) |
|---|
No description available.
|