pub trait OCRBeamSearchDecoderTraitConst: BaseOCRTraitConst {
    // Required method
    fn as_raw_OCRBeamSearchDecoder(&self) -> *const c_void;
}
Expand description

Constant methods for crate::text::OCRBeamSearchDecoder

Required Methods§

Implementors§