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

WitAi Namespace

See Also:

Overview

Enumerations

enum
VLogLevel {
}
The various logging options for VLog
enum
TTSWitAudioType {
}
Audio types supported by tts

Details

Enumeration Types

enum Meta::WitAi.VLogLevel
The various logging options for VLog
Enumerator
Error
Error log. Usually indicates a bug in the code.
Warning
Something that is a red flag and could potentially be a problem, but not necessarily.
Log
Debug logs. Useful for debugging specific things.
Info
Information logs. Normal tracing.
enum Meta::WitAi.TTSWitAudioType
Audio types supported by tts
Enumerator
PCM
Raw pcm 16 data
MPEG
MP3 data format
WAV
Wave data format