Uses of Class
org.openhab.core.voice.text.InterpretationResult
-
Uses of InterpretationResult in org.openhab.core.voice.text
Modifier and TypeFieldDescriptionstatic final InterpretationResult
InterpretationResult.OK
Represents successful parsing and interpretation.static final InterpretationResult
InterpretationResult.SEMANTIC_ERROR
Represents a problem in the interpretation step after successful parsing.static final InterpretationResult
InterpretationResult.SYNTAX_ERROR
Represents a syntactical problem during parsing.Modifier and TypeMethodDescriptionabstract InterpretationResult
Rule.interpretAST
(ResourceBundle language, ASTNode node, Rule.InterpretationContext context) Will get called after the expression was successfully parsed.