Class SentencesResponse
- java.lang.Object
-
- com.assemblyai.api.resources.transcripts.types.SentencesResponse
-
public final class SentencesResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSentencesResponse._FinalStagestatic interfaceSentencesResponse.AudioDurationStagestatic classSentencesResponse.Builderstatic interfaceSentencesResponse.ConfidenceStagestatic interfaceSentencesResponse.IdStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SentencesResponse.IdStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()doublegetAudioDuration()doublegetConfidence()java.lang.StringgetId()java.util.List<TranscriptSentence>getSentences()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getId
public java.lang.String getId()
-
getConfidence
public double getConfidence()
-
getAudioDuration
public double getAudioDuration()
-
getSentences
public java.util.List<TranscriptSentence> getSentences()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static SentencesResponse.IdStage builder()
-
-