Enum opencv::text::ocr_engine_mode
source · [−]#[repr(C)]
pub enum ocr_engine_mode {
OEM_TESSERACT_ONLY,
OEM_CUBE_ONLY,
OEM_TESSERACT_CUBE_COMBINED,
OEM_DEFAULT,
}
Expand description
Tesseract.OcrEngineMode Enumeration
Variants
OEM_TESSERACT_ONLY
OEM_CUBE_ONLY
OEM_TESSERACT_CUBE_COMBINED
OEM_DEFAULT
Trait Implementations
sourceimpl Clone for ocr_engine_mode
impl Clone for ocr_engine_mode
sourcefn clone(&self) -> ocr_engine_mode
fn clone(&self) -> ocr_engine_mode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ocr_engine_mode
impl Debug for ocr_engine_mode
sourceimpl PartialEq<ocr_engine_mode> for ocr_engine_mode
impl PartialEq<ocr_engine_mode> for ocr_engine_mode
impl Copy for ocr_engine_mode
impl StructuralPartialEq for ocr_engine_mode
Auto Trait Implementations
impl RefUnwindSafe for ocr_engine_mode
impl Send for ocr_engine_mode
impl Sync for ocr_engine_mode
impl Unpin for ocr_engine_mode
impl UnwindSafe for ocr_engine_mode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more