Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 532 Bytes

File metadata and controls

22 lines (16 loc) · 532 Bytes

Freeclimb::TranscribeUtteranceRecord

Properties

Name Type Description Notes
save_recording Boolean [optional][default to false]
max_length_sec Integer [optional][default to 60]
rcrd_termination_silence_time_ms Integer [optional]

Example

require 'freeclimb'

instance = Freeclimb::TranscribeUtteranceRecord.new(
  save_recording: null,
  max_length_sec: null,
  rcrd_termination_silence_time_ms: null
)