Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 518 Bytes

Transcription.md

File metadata and controls

20 lines (14 loc) · 518 Bytes

Bandwidth::Transcription

Properties

Name Type Description Notes
text String The transcribed text [optional]
confidence Float The confidence on the recognized content, ranging from `0.0` to `1.0` with `1.0` being the highest confidence. [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::Transcription.new(
  text: Nice talking to you, friend!,
  confidence: 0.9
)