enum Enums::SnipsHermesComponent

Overview

Describes Snips components that are part of the platform.

Defined in:

bindings/enums.cr

Enum Members

None = -1

Not a Snips component.

AudioServer = 1

The Snips audio server.

Hotword = 2

The hotword component.

Asr = 3

The automatic speech recognition.

Nlu = 4

The natural language understanding.

Dialogue = 5

The dialogue component.

Tts = 6

The text-to-speech component.

Injection = 7

The injection component.

ClientApp = 8

The app using hermes.

Instance Method Summary

Instance Method Detail

def asr? #

[View source]
def audio_server? #

[View source]
def client_app? #

[View source]
def dialogue? #

[View source]
def hotword? #

[View source]
def injection? #

[View source]
def nlu? #

[View source]
def none? #

[View source]
def tts? #

[View source]