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()
public java.lang.Float getSeenByEngine()
public java.lang.Float getTranscription()
public java.lang.Float getSpeakerLabels()