Sha256: 2f95a69da41aaef5f68afac1a7ff61eebccd860709fef85d73e889d67f6c8507
Contents?: true
Size: 518 Bytes
Versions: 19
Compression:
Stored size: 518 Bytes
Contents
# 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 ```ruby require 'bandwidth-sdk' instance = Bandwidth::Transcription.new( text: Nice talking to you, friend!, confidence: 0.9 ) ```
Version data entries
19 entries across 19 versions & 1 rubygems