SpeechPipelineProfiles
@objc
public enum SpeechPipelineProfiles : Int
Profiles that may be passed to SpeechPipelineBuilder
for easy pipeline configuring.
-
VAD-sensitive TFLiteWakeword activates Apple ASR
Declaration
Swift
case tfLiteWakewordAppleSpeech
-
VAD-triggered Apple ASR
Declaration
Swift
case vadTriggerAppleSpeech
-
Apple ASR that is manually activated and deactivated
Declaration
Swift
case pushToTalkAppleSpeech
-
VAD-sensitive TFLiteWakeword activates Spokestack ASR
Declaration
Swift
case tfLiteWakewordSpokestackSpeech
-
VAD-triggered Spokestack ASR
Declaration
Swift
case vadTriggerSpokestackSpeech
-
Spokestack ASR that is manually activated and deactivated
Declaration
Swift
case pushToTalkSpokestackSpeech
-
VAD-sensitive TFLiteWakeword activates TFLite Keyword Recognizer
Declaration
Swift
case tfLiteWakewordKeyword
-
VAD-triggered TFLite Keyword Recognizer
Declaration
Swift
case vadTriggerKeyword
-
VAD-sensitive Apple wakeword activates Apple ASR
Declaration
Swift
case appleWakewordAppleSpeech
-
VAD-sensitive Apple wakeword activates TFLite Keyword Recognizer
Declaration
Swift
case appleWakewordKeyword