Record Class DashScopeAudioTranscriptionApi.RealtimeResponse.Payload.Output.Translation
java.lang.Object
java.lang.Record
com.alibaba.cloud.ai.dashscope.api.DashScopeAudioTranscriptionApi.RealtimeResponse.Payload.Output.Translation
- Enclosing class:
- DashScopeAudioTranscriptionApi.RealtimeResponse.Payload.Output
-
Constructor Summary
ConstructorsConstructorDescriptionTranslation(Integer sentenceId, String text, Integer beginTime, Integer endTime, String lang, Boolean sentenceEnd, List<DashScopeAudioTranscriptionApi.RealtimeResponse.Payload.Output.Word> words) Creates an instance of aTranslationrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebeginTimerecord component.endTime()Returns the value of theendTimerecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.lang()Returns the value of thelangrecord component.Returns the value of thesentenceEndrecord component.Returns the value of thesentenceIdrecord component.text()Returns the value of thetextrecord component.final StringtoString()Returns a string representation of this record class.words()Returns the value of thewordsrecord component.
-
Constructor Details
-
Translation
public Translation(Integer sentenceId, String text, Integer beginTime, Integer endTime, String lang, Boolean sentenceEnd, List<DashScopeAudioTranscriptionApi.RealtimeResponse.Payload.Output.Word> words) Creates an instance of aTranslationrecord class.- Parameters:
sentenceId- the value for thesentenceIdrecord componenttext- the value for thetextrecord componentbeginTime- the value for thebeginTimerecord componentendTime- the value for theendTimerecord componentlang- the value for thelangrecord componentsentenceEnd- the value for thesentenceEndrecord componentwords- the value for thewordsrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
sentenceId
Returns the value of thesentenceIdrecord component.- Returns:
- the value of the
sentenceIdrecord component
-
text
Returns the value of thetextrecord component.- Returns:
- the value of the
textrecord component
-
beginTime
Returns the value of thebeginTimerecord component.- Returns:
- the value of the
beginTimerecord component
-
endTime
Returns the value of theendTimerecord component.- Returns:
- the value of the
endTimerecord component
-
lang
Returns the value of thelangrecord component.- Returns:
- the value of the
langrecord component
-
sentenceEnd
Returns the value of thesentenceEndrecord component.- Returns:
- the value of the
sentenceEndrecord component
-
words
Returns the value of thewordsrecord component.- Returns:
- the value of the
wordsrecord component
-