Sha256: dfa6ead820a236935718d154d0eea447dd5bc690826f3aaecd8da37bf516a0b1
Contents?: true
Size: 793 Bytes
Versions: 6
Compression:
Stored size: 793 Bytes
Contents
# Bandwidth::CallTranscription ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **detected_language** | [**CallTranscriptionDetectedLanguageEnum**](CallTranscriptionDetectedLanguageEnum.md) | | [optional] | | **track** | [**CallTranscriptionTrackEnum**](CallTranscriptionTrackEnum.md) | | [optional] | | **transcript** | **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: null, track: null, transcript: Hello World! This is an example., confidence: 0.9 ) ```
Version data entries
6 entries across 6 versions & 1 rubygems