com.iphrase.runtime.query.result
Class Voiceover.Respelling
java.lang.Object
|
+--com.iphrase.runtime.query.result.Voiceover.Respelling
- Enclosing class:
- Voiceover
- public class Voiceover.Respelling
- extends java.lang.Object
Represent the respelling that did or can take place for this query.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wasApplied
public boolean wasApplied()
- Indicate whether respelling was applied for this query result.
- Returns:
true
if respelling was applied
getRespelledQuery
public java.lang.String getRespelledQuery()
- Return the respelled text that would apply the respellings to the query.
- Returns:
String
respelled text
getRespelledWords
public Voiceover.Respelling.RespelledWord[] getRespelledWords()
- Get the array of respelled words.
- Returns:
Voiceover.Respelling.RespelledWord
array
getIsDidYouMeanMode
public boolean getIsDidYouMeanMode()