class

Ktistec::Translator

Inherits Reference < Object

Base class for translators.

Constants

MAX_LANGUAGES_RESPONSE_BYTES = 65536
MAX_TRANSLATE_RESPONSE_BYTES = 1048576
REQUEST_TIMEOUT = 30.seconds

Instance methods

translate(name : String | Nil, summary : String | Nil, content : String | Nil, source : String, target : String) : NamedTuple(name: String | Nil, summary: String | Nil, content: String | Nil)
Source

Nested types