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.


Inner Class Summary
 class Voiceover.Respelling.RespelledWord
          Represent a single respelled word.
 
Method Summary
 boolean getIsDidYouMeanMode()
           
 java.lang.String getRespelledQuery()
          Return the respelled text that would apply the respellings to the query.
 Voiceover.Respelling.RespelledWord[] getRespelledWords()
          Get the array of respelled words.
 boolean wasApplied()
          Indicate whether respelling was applied for this query result.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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()

© Copyright 2005, 2006. IBM Corporation. All rights reserved.