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] |
require 'bandwidth-sdk'
instance = Bandwidth::Transcription.new(
text: Nice talking to you, friend!,
confidence: 0.9
)