Class Result

java.lang.Object
com.vonage.client.incoming.Result

@Deprecated public class Result extends Object
Deprecated.
  • Constructor Details

    • Result

      public Result()
      Deprecated.
  • Method Details

    • getText

      public String getText()
      Deprecated.
      Transcript text representing the words that the user spoke.
      Returns:
      The transcript text.
    • setText

      @Deprecated public void setText(String text)
      Deprecated.
      This setter will be removed in a future release.
      Parameters:
      text - transcript text representing the words the user spoke.
    • getConfidence

      Deprecated.
      This will be converted to a Double in a future release.
      The confidence estimate between 0.0 and 1.0. A higher number indicates an estimated greater likelihood that the recognized words are correct.
      Returns:
      The confidence estimate between 0.0 and 1.0 as a String.
    • setConfidence

      @Deprecated public void setConfidence(String confidence)
      Deprecated.
      This setter will be removed in a future release.
      Parameters:
      confidence - The confidence estimate between 0.0 and 1.0. A higher number indicates an estimated greater likelihood that the recognized words are correct.