Enum deepl_api::SplitSentences
source · pub enum SplitSentences {
None,
Punctuation,
PunctuationAndNewlines,
}
Expand description
Translation option that controls the splitting of sentences before the translation.
Variants§
None
Don’t split sentences.
Punctuation
Split on punctuation only.
PunctuationAndNewlines
Split on punctuation and newlines.
Trait Implementations§
source§impl Clone for SplitSentences
impl Clone for SplitSentences
source§fn clone(&self) -> SplitSentences
fn clone(&self) -> SplitSentences
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more