Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
deepl
v0.0.11
DeepL
ApiKeyNotFoundError
AuthorizationError
DeepLError
DocumentHandle
DocumentNotReadyError
DocumentStatus
DocumentTranslationError
GlossaryInfo
GlossaryLanguagePair
GlossaryNameNotFoundError
GlossaryNotFoundError
LanguageInfo
QuotaExceededError
RequestError
TextResult
TooManyRequestsError
Translator
Usage
UsageFree
UsagePro
Product
Generated using Crystal 1.16.3
2025-07-18 06:31:27 UTC
class
DeepL::
UsageFree
DeepL::UsageFree
DeepL::Usage
Reference
Object
Defined in:
deepl/usage.cr
Constructors
.new
(character_count, character_limit)
.new
(pull : JSON::PullParser)
Instance methods inherited from class
DeepL::Usage
character_count : Int64
character_count
,
character_count=(character_count : Int64)
character_count=
,
character_limit : Int64
character_limit
,
character_limit=(character_limit : Int64)
character_limit=
Constructor methods inherited from class
DeepL::Usage
new(pull : JSON::PullParser)
new
Constructor Detail
def self.
new
(character_count, character_limit)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]