public class KeywordsResult extends GenericModel
| Constructor and Description |
|---|
KeywordsResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getConfidence()
Gets the confidence.
|
java.lang.Double |
getEndTime()
Gets the end time (in seconds).
|
java.lang.String |
getNormalizedText()
Gets the specified keyword normalized to the spoken phrase that matched in the input audio.
|
java.lang.Double |
getStartTime()
Gets the start time (in seconds).
|
void |
setConfidence(java.lang.Double confidence)
Sets the confidence.
|
void |
setEndTime(java.lang.Double endTime)
Sets the end time (in seconds).
|
void |
setNormalizedText(java.lang.String normalizedText)
Sets the normalized keyword.
|
void |
setStartTime(java.lang.Double startTime)
Sets the start time (in seconds).
|
equals, hashCode, toStringpublic java.lang.String getNormalizedText()
public void setNormalizedText(java.lang.String normalizedText)
normalizedText - the keywordpublic java.lang.Double getStartTime()
public void setStartTime(java.lang.Double startTime)
startTime - the start timepublic java.lang.Double getEndTime()
public void setEndTime(java.lang.Double endTime)
endTime - the end timepublic java.lang.Double getConfidence()
public void setConfidence(java.lang.Double confidence)
confidence - the confidence