pub trait TextDetectorCNNTraitConst: TextDetectorTraitConst {
    // Required method
    fn as_raw_TextDetectorCNN(&self) -> *const c_void;
}
Expand description

Constant methods for crate::text::TextDetectorCNN

Required Methods§

Implementors§