[][src]Trait translate_core::EDetect

pub trait EDetect {
    fn detect(&self, text: String) -> Option<Langage>;
}

Trait for langage Detection

Required methods

fn detect(&self, text: String) -> Option<Langage>

Loading content...

Implementors

impl EDetect for Yandex
[src]

Implementation of EDetect for Yandex

Loading content...