struct DeepL::Options

Defined in:

deepl/options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def action : Action #

[View source]
def action=(action : Action) #

[View source]
def context : String | Nil #

[View source]
def context=(context : String | Nil) #

[View source]
def formality : String | Nil #

[View source]
def formality=(formality : String | Nil) #

[View source]
def glossary_id : String | Nil #

[View source]
def glossary_id=(glossary_id : String | Nil) #

[View source]
def glossary_name : String | Nil #

[View source]
def glossary_name=(glossary_name : String | Nil) #

[View source]
def initialize #

[View source]
def input_path : Path #

[View source]
def input_path=(input_path : Path) #

[View source]
def input_text : String #

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

[View source]
def no_ansi : Bool #

[View source]
def no_ansi=(no_ansi : Bool) #

[View source]
def output_format : String | Nil #

[View source]
def output_format=(output_format : String | Nil) #

[View source]
def output_path : Path | Nil #

[View source]
def output_path=(output_path : Path | Nil) #

[View source]
def source_lang : String | Nil #

[View source]
def source_lang=(source_lang : String | Nil) #

[View source]
def split_sentences : String | Nil #

[View source]
def split_sentences=(split_sentences : String | Nil) #

[View source]
def target_lang : String #

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

[View source]