Open Sidebar
Close Sidebar
deepl
main
DeepL
ApiKeyNotFoundError
AuthorizationError
DeepLError
DocumentHandle
DocumentNotReadyError
DocumentStatus
DocumentTranslationError
GlossaryDictionary
GlossaryEntriesInformation
GlossaryEntriesResponse
GlossaryInfo
GlossaryLanguagePair
GlossaryNameNotFoundError
GlossaryNotFoundError
LanguageInfo
MultilingualGlossaryInfo
MultilingualGlossaryLanguagePair
QuotaExceededError
RephraseResult
RequestError
TextResult
TooManyRequestsError
Translator
Usage
UsageFree
UsagePro
Product
class
DeepL::
DocumentHandle
DeepL::DocumentHandle
Reference
Object
Included Modules
JSON::Serializable
Defined in:
deepl/v2/document_handle.cr
Constructors
.new
(id : String, key : String)
.new
(pull : JSON::PullParser)
Instance Method Summary
#id
: String
#id=
(id : String)
#key
: String
#key=
(key : String)
Constructor Detail
def self.
new
(id : String, key : String)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
id
: String
#
[
View source
]
def
id=
(id : String)
#
[
View source
]
def
key
: String
#
[
View source
]
def
key=
(key : String)
#
[
View source
]