public class ProcessedAudio
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.Float |
received |
protected java.lang.Float |
seenByEngine |
protected java.lang.Float |
speakerLabels |
protected java.lang.Float |
transcription |
Constructor and Description |
---|
ProcessedAudio() |
Modifier and Type | Method and Description |
---|---|
java.lang.Float |
getReceived()
Gets the received.
|
java.lang.Float |
getSeenByEngine()
Gets the seenByEngine.
|
java.lang.Float |
getSpeakerLabels()
Gets the speakerLabels.
|
java.lang.Float |
getTranscription()
Gets the transcription.
|
protected java.lang.Float received
@SerializedName(value="seen_by_engine") protected java.lang.Float seenByEngine
protected java.lang.Float transcription
@SerializedName(value="speaker_labels") protected java.lang.Float speakerLabels
public java.lang.Float getReceived()
The seconds of audio that the service has received as of this response. The value of the field is greater than the values of the `transcription` and `speaker_labels` fields during speech recognition processing, since the service first has to receive the audio before it can begin to process it. The final value can also be greater than the value of the `transcription` and `speaker_labels` fields by a fractional number of seconds.
public java.lang.Float getSeenByEngine()
The seconds of audio that the service has passed to its speech-processing engine as of this response. The value of the field is greater than the values of the `transcription` and `speaker_labels` fields during speech recognition processing. The `received` and `seen_by_engine` fields have identical values when the service has finished processing all audio. This final value can be greater than the value of the `transcription` and `speaker_labels` fields by a fractional number of seconds.
public java.lang.Float getTranscription()
The seconds of audio that the service has processed for speech recognition as of this response.
public java.lang.Float getSpeakerLabels()
If speaker labels are requested, the seconds of audio that the service has processed to determine speaker labels as of this response. This value often trails the value of the `transcription` field during speech recognition processing. The `transcription` and `speaker_labels` fields have identical values when the service has finished processing all audio.