Sha256: 41d7099b7b1dee6845a6fabf0144a5c323269af75c22527ae47c26a0a30f0119
Contents?: true
Size: 761 Bytes
Versions: 1
Compression:
Stored size: 761 Bytes
Contents
# Bandwidth::CallTranscription ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **detected_language** | **String** | The detected language for this transcription. | [optional] | | **track** | **String** | Which `track` this transcription is derived from. | [optional] | | **text** | **String** | The transcription itself. | [optional] | | **confidence** | **Float** | How confident the transcription engine was in transcribing the associated audio (from `0` to `1`). | [optional] | ## Example ```ruby require 'bandwidth-sdk' instance = Bandwidth::CallTranscription.new( detected_language: en-US, track: inbound, text: Hello World! This is an example., confidence: 0.9 ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bandwidth-sdk-12.1.0 | docs/CallTranscription.md |