class DeepL::TranslationMemory

Included Modules

Defined in:

deepl/v3/translation_memory.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(translation_memory_id : String, name : String, source_language : String, target_languages : Array(String), segment_count : Int64) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def name : String #

[View source]
def name=(name : String) #

[View source]
def segment_count : Int64 #

[View source]
def segment_count=(segment_count : Int64) #

[View source]
def source_language : String #

[View source]
def source_language=(source_language : String) #

[View source]
def target_languages : Array(String) #

[View source]
def target_languages=(target_languages : Array(String)) #

[View source]
def translation_memory_id : String #

[View source]
def translation_memory_id=(translation_memory_id : String) #

[View source]