Skip to main content

Analyzer

Trait Analyzer 

Source
pub trait Analyzer {
    // Required method
    fn analyze(
        &self,
        image: &ImageInput,
    ) -> Result<FrameAnalysis, FaceVerificationError>;
}

Required Methods§

Implementors§