Package com.vonage.client.incoming
Class Result
java.lang.Object
com.vonage.client.incoming.Result
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.This will be converted to a Double in a future release.getText()Deprecated.Transcript text representing the words that the user spoke.voidsetConfidence(String confidence) Deprecated.This setter will be removed in a future release.voidDeprecated.This setter will be removed in a future release.
-
Constructor Details
-
Result
public Result()Deprecated.
-
-
Method Details
-
getText
Deprecated.Transcript text representing the words that the user spoke.- Returns:
- The transcript text.
-
setText
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.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.
-
SpeechTranscript.