| Name | Type | Description | Notes |
|---|---|---|---|
| transcript | String | [optional] | |
| segments | Array<TranscriptSegment> | [optional] | |
| language | String | [optional] |
require 'late-sdk'
instance = Late::TranscriptResponse.new(
transcript: null,
segments: null,
language: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| transcript | String | [optional] | |
| segments | Array<TranscriptSegment> | [optional] | |
| language | String | [optional] |
require 'late-sdk'
instance = Late::TranscriptResponse.new(
transcript: null,
segments: null,
language: null
)