public class KeywordResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
Double |
getConfidence()
Gets the confidence.
|
Double |
getEndTime()
Gets the endTime.
|
String |
getNormalizedText()
Gets the normalizedText.
|
Double |
getStartTime()
Gets the startTime.
|
public String getNormalizedText()
A specified keyword normalized to the spoken phrase that matched in the audio input.
public Double getStartTime()
The start time in seconds of the keyword match.
public Double getEndTime()
The end time in seconds of the keyword match.
public Double getConfidence()
A confidence score for the keyword match in the range of 0.0 to 1.0.
Copyright © 2024 IBM Cloud. All rights reserved.