class Translator
Base class for translators
Public Class Methods
name()
click to toggle source
# File lib/translators/translator.rb, line 11 def self.name; end
Public Instance Methods
info()
click to toggle source
# File lib/translators/translator.rb, line 9 def info; end
langs()
click to toggle source
# File lib/translators/translator.rb, line 5 def langs; end
provide_tts?()
click to toggle source
# File lib/translators/translator.rb, line 7 def provide_tts?; end
translate(text, source, target, options = {})
click to toggle source
# File lib/translators/translator.rb, line 3 def translate(text, source, target, options = {}); end