| Package | Description |
|---|---|
| io.spokestack.spokestack |
The Spokestack package contains the core classes that implement the speech
recognition pipeline.
|
| io.spokestack.spokestack.nlu |
This package contains components used for natural language understanding.
|
| io.spokestack.spokestack.util |
This package contains general utilities for Spokestack.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SpeechContext.canTrace(EventTracer.Level level)
indicates whether a message will be traced at a level.
|
void |
SpokestackAdapter.onTrace(EventTracer.Level level,
String message)
Receive trace messages from the NLU module.
|
SpeechContext |
SpeechContext.trace(EventTracer.Level level,
String format,
Object... params)
raises a trace event.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NLUContext.canTrace(EventTracer.Level level)
indicates whether a message will be traced at a level.
|
void |
NLUContext.trace(EventTracer.Level level,
String format,
Object... params)
Raises a trace event.
|
| Modifier and Type | Method and Description |
|---|---|
static EventTracer.Level |
EventTracer.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventTracer.Level[] |
EventTracer.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventTracer.canTrace(EventTracer.Level level)
indicates whether a message will be traced at a level.
|
void |
TraceListener.onTrace(EventTracer.Level level,
String message)
A notification that a trace event has occurred.
|
void |
EventTracer.trace(EventTracer.Level level,
String format,
Object... params)
Raises a trace event.
|
Copyright © 2021. All rights reserved.