Method: AssemblyAI::Transcripts::TranscriptSentence#end_

Defined in:
lib/assemblyai/transcripts/types/transcript_sentence.rb

#end_Integer (readonly)

Returns The ending time, in milliseconds, for the sentence.

Returns:

  • (Integer)

    The ending time, in milliseconds, for the sentence



15
16
17
# File 'lib/assemblyai/transcripts/types/transcript_sentence.rb', line 15

def end_
  @end_
end