public class SpeechWordConfidence
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description | 
|---|
SpeechWordConfidence()  | 
| Modifier and Type | Method and Description | 
|---|---|
Double | 
getConfidence()
Gets the confidence. 
 | 
String | 
getWord()
Gets the word. 
 | 
void | 
setConfidence(Double confidence)
Sets the confidence. 
 | 
void | 
setWord(String word)
Sets the word. 
 | 
public Double getConfidence()
public String getWord()
public void setConfidence(Double confidence)
confidence - The confidencepublic void setWord(String word)
word - The wordCopyright © 2021 IBM Cloud. All rights reserved.