Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
deepl
v0.0.10
DeepL
ApiKeyNotFoundError
AuthorizationError
DeepLError
DocumentHandle
DocumentNotReadyError
DocumentStatus
DocumentTranslationError
GlossaryInfo
GlossaryLanguagePair
GlossaryNameNotFoundError
GlossaryNotFoundError
LanguageInfo
QuotaExceededError
RequestError
TextResult
TooManyRequestsError
Translator
Generated using Crystal 1.16.0
2025-04-25 15:40:55 UTC
class
DeepL::
DocumentHandle
DeepL::DocumentHandle
Reference
Object
Included Modules
JSON::Serializable
Defined in:
deepl/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
]