Class: Stealth::Nlp::Client
- Inherits:
-
Object
- Object
- Stealth::Nlp::Client
- Defined in:
- lib/stealth/nlp/client.rb
Instance Method Summary collapse
- #client ⇒ Object
- #understand(query:) ⇒ Object
- #understand_speech(audio_file:, audio_config: nil) ⇒ Object
Instance Method Details
#client ⇒ Object
8 9 10 |
# File 'lib/stealth/nlp/client.rb', line 8 def client nil end |
#understand(query:) ⇒ Object
12 13 14 |
# File 'lib/stealth/nlp/client.rb', line 12 def understand(query:) nil end |
#understand_speech(audio_file:, audio_config: nil) ⇒ Object
16 17 18 |
# File 'lib/stealth/nlp/client.rb', line 16 def understand_speech(audio_file:, audio_config: nil) nil end |