objc2-sensitive-content-analysis 0.3.2

Bindings to the SensitiveContentAnalysis framework
Documentation
// This file has been automatically generated by `objc2`'s `header-translator`.
// DO NOT EDIT

#![allow(unused_imports)]
#![allow(deprecated)]
#![allow(non_snake_case)]
#![allow(non_camel_case_types)]
#![allow(non_upper_case_globals)]
#![allow(missing_docs)]
#![allow(clippy::too_many_arguments)]
#![allow(clippy::type_complexity)]
#![allow(clippy::upper_case_acronyms)]
#![allow(clippy::identity_op)]
#![allow(clippy::missing_safety_doc)]
#![allow(clippy::doc_lazy_continuation)]
#![allow(rustdoc::broken_intra_doc_links)]
#![allow(rustdoc::bare_urls)]
#![allow(rustdoc::invalid_html_tags)]

#[link(name = "SensitiveContentAnalysis", kind = "framework")]
extern "C" {}

#[cfg(feature = "SCSensitivityAnalysis")]
#[path = "SCSensitivityAnalysis.rs"]
mod __SCSensitivityAnalysis;
#[cfg(feature = "SCSensitivityAnalyzer")]
#[path = "SCSensitivityAnalyzer.rs"]
mod __SCSensitivityAnalyzer;
#[cfg(feature = "SCVideoStreamAnalyzer")]
#[path = "SCVideoStreamAnalyzer.rs"]
mod __SCVideoStreamAnalyzer;

#[cfg(feature = "SCSensitivityAnalysis")]
pub use self::__SCSensitivityAnalysis::SCSensitivityAnalysis;
#[cfg(feature = "SCSensitivityAnalyzer")]
pub use self::__SCSensitivityAnalyzer::SCSensitivityAnalysisPolicy;
#[cfg(feature = "SCSensitivityAnalyzer")]
pub use self::__SCSensitivityAnalyzer::SCSensitivityAnalyzer;
#[cfg(all(
    feature = "SCSensitivityAnalysis",
    feature = "SCVideoStreamAnalyzer",
    feature = "block2"
))]
pub use self::__SCVideoStreamAnalyzer::SCVideoStreamAnalysisChangeHandler;
#[cfg(feature = "SCVideoStreamAnalyzer")]
pub use self::__SCVideoStreamAnalyzer::SCVideoStreamAnalyzer;
#[cfg(feature = "SCVideoStreamAnalyzer")]
pub use self::__SCVideoStreamAnalyzer::SCVideoStreamAnalyzerStreamDirection;