Project: engagement_generation License: BSD Dependencies:
Used by:
None |
edu::wpi::hri::gen::ebml::SpeechOption Class Reference
Detailed DescriptionA Speech Option is a phrase which can be said for a cost. These objects are used in the reference policy to determine the correct gesture speech pair to use. Definition at line 55 of file SpeechOption.java. Constructor & Destructor Documentation
Create a new speech option from the given element which was passed in by the outside world. These are associated with a reference and therefore can only be created by reference behaviors.
Definition at line 82 of file SpeechOption.java. Member Function Documentation
Get the cost of the phrase to speak.
Definition at line 111 of file SpeechOption.java.
With great words, comes a great reduction of the distractor set.
Definition at line 139 of file SpeechOption.java.
Get the id of this speech option. Probably, this comes from the reference and something else this is in.
Definition at line 149 of file SpeechOption.java.
Get the inherent reliability of speech.
Definition at line 158 of file SpeechOption.java.
Get the phrase to speak.
Definition at line 120 of file SpeechOption.java.
Get if this reference is a deictic reference, therefore it requires a point.
Definition at line 130 of file SpeechOption.java. Member Data Documentation
Definition at line 66 of file SpeechOption.java.
Definition at line 58 of file SpeechOption.java.
Definition at line 67 of file SpeechOption.java.
Definition at line 61 of file SpeechOption.java.
Definition at line 59 of file SpeechOption.java.
Definition at line 68 of file SpeechOption.java.
Definition at line 64 of file SpeechOption.java.
Definition at line 63 of file SpeechOption.java.
Definition at line 60 of file SpeechOption.java.
Definition at line 65 of file SpeechOption.java.
Definition at line 57 of file SpeechOption.java. The documentation for this class was generated from the following file:
|