Enumerations
The following enumerations are available globally.
-
Errors thrown by
AudioController
duringstartStreaming
andstopStreaming
.See also
AudioControllerDeclaration
Swift
public enum AudioError : Error, Equatable, LocalizedError
-
Declaration
Swift
public enum SpeechPipelineError : Error, Equatable, LocalizedError
-
Errors thrown by the Voice Activity Detector.
See moreDeclaration
Swift
public enum VADError : Error, Equatable, LocalizedError
-
Errors thrown by command models.
See moreDeclaration
Swift
public enum CommandModelError : Error, Equatable, LocalizedError
-
Errors thrown by an NLUService instance.
See moreDeclaration
Swift
public enum NLUError : Error, Equatable, LocalizedError
-
Profiles that may be passed to
See moreSpeechPipelineBuilder
for easy pipeline configuring.Declaration
Swift
@objc public enum SpeechPipelineProfiles : Int
-
Designate the format the input is provided in.
See moreDeclaration
Swift
@objc public enum TTSInputFormat : Int
-
Indicate how likely it is that non-speech will activate the VAD.
See moreDeclaration
Swift
@objc public enum VADMode : Int