Method: Bandwidth::TranscribeRecording#detect_language
- Defined in:
- lib/bandwidth-sdk/models/transcribe_recording.rb
#detect_language ⇒ Object
A boolean value to indicate that the recording may not be in English, and the transcription service will need to detect the dominant language the recording is in and transcribe accordingly. Current supported languages are English, French, and Spanish.
36 37 38 |
# File 'lib/bandwidth-sdk/models/transcribe_recording.rb', line 36 def detect_language @detect_language end |