Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 451 Bytes

File metadata and controls

22 lines (16 loc) · 451 Bytes

Late::TranscriptResponse

Properties

Name Type Description Notes
transcript String [optional]
segments Array<TranscriptSegment> [optional]
language String [optional]

Example

require 'late-sdk'

instance = Late::TranscriptResponse.new(
  transcript: null,
  segments: null,
  language: null
)