Module: YandexSpeechApi

Defined in:
lib/yandex_speech.rb,
lib/yandex_speech/sounds.rb,
lib/yandex_speech/setters.rb,
lib/yandex_speech/speaker.rb,
lib/yandex_speech/connection.rb,
lib/yandex_speech/mp3_player/base.rb,
lib/yandex_speech/project_structure.rb,
lib/yandex_speech/mp3_player/mac_mp3_player.rb,
lib/yandex_speech/mp3_player/linux_mp3_player.rb

Overview

Wrapper for Yandex Speech API (tech.yandex.ru/speechkit).

See Also:

Author:

  • Kuzichev Michael

Defined Under Namespace

Modules: Connection, MP3_Player, Setters, Sounds Classes: Speaker

Class Attribute Summary collapse

Class Attribute Details

.keyString, NilClass

Authorization key, overrides Speaker.key when used. Optional.

Returns:

  • (String, NilClass)


54
55
56
# File 'lib/yandex_speech.rb', line 54

def key
  @key
end