Sha256: f3c159e7c83635e3cab40b32191a1dc379fe6b0978af7ada0cbc5a07d9479259
Contents?: true
Size: 325 Bytes
Versions: 7
Compression:
Stored size: 325 Bytes
Contents
# frozen_string_literal: true require 'speech_to_text/version' require 'speech_to_text/util' require 'speech_to_text/google' require 'speech_to_text/ibm' require 'speech_to_text/deepspeech' require 'speech_to_text/speechmatics' require 'speech_to_text/3playmedia' module SpeechToText class Error < StandardError; end end
Version data entries
7 entries across 7 versions & 1 rubygems