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§
Trait Implementations§
source§impl Clone for ocr_engine_mode
impl Clone for ocr_engine_mode
source§fn clone(&self) -> ocr_engine_mode
fn clone(&self) -> ocr_engine_mode
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 moresource§impl Debug for ocr_engine_mode
impl Debug for ocr_engine_mode
source§impl PartialEq<ocr_engine_mode> for ocr_engine_mode
impl PartialEq<ocr_engine_mode> for ocr_engine_mode
source§fn eq(&self, other: &ocr_engine_mode) -> bool
fn eq(&self, other: &ocr_engine_mode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ocr_engine_mode
impl Eq for ocr_engine_mode
impl StructuralEq 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more