public class WordAlternativeResults
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
List<WordAlternativeResult> |
getAlternatives()
Gets the alternatives.
|
Double |
getEndTime()
Gets the endTime.
|
Double |
getStartTime()
Gets the startTime.
|
public Double getStartTime()
The start time in seconds of the word from the input audio that corresponds to the word alternatives.
public Double getEndTime()
The end time in seconds of the word from the input audio that corresponds to the word alternatives.
public List<WordAlternativeResult> getAlternatives()
An array of alternative hypotheses for a word from the input audio.
Copyright © 2023 IBM Cloud. All rights reserved.