Enumerations
The following enumerations are available globally.
-
Errors thrown by
AudioControllerduringstartStreamingandstopStreaming.See moreSee 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 moreSpeechPipelineBuilderfor 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
View on GitHub
Enumerations Reference