Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 381 Bytes

File metadata and controls

22 lines (16 loc) · 381 Bytes

Late::TranscriptSegment

Properties

Name Type Description Notes
text String [optional]
start Float [optional]
duration Float [optional]

Example

require 'late-sdk'

instance = Late::TranscriptSegment.new(
  text: null,
  start: null,
  duration: null
)