#![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 = "Speech", kind = "framework")]
extern "C" {}
#[cfg(feature = "SFErrors")]
#[path = "SFErrors.rs"]
mod __SFErrors;
#[cfg(feature = "SFSpeechLanguageModel")]
#[path = "SFSpeechLanguageModel.rs"]
mod __SFSpeechLanguageModel;
#[cfg(feature = "SFSpeechRecognitionMetadata")]
#[path = "SFSpeechRecognitionMetadata.rs"]
mod __SFSpeechRecognitionMetadata;
#[cfg(feature = "SFSpeechRecognitionRequest")]
#[path = "SFSpeechRecognitionRequest.rs"]
mod __SFSpeechRecognitionRequest;
#[cfg(feature = "SFSpeechRecognitionResult")]
#[path = "SFSpeechRecognitionResult.rs"]
mod __SFSpeechRecognitionResult;
#[cfg(feature = "SFSpeechRecognitionTask")]
#[path = "SFSpeechRecognitionTask.rs"]
mod __SFSpeechRecognitionTask;
#[cfg(feature = "SFSpeechRecognitionTaskHint")]
#[path = "SFSpeechRecognitionTaskHint.rs"]
mod __SFSpeechRecognitionTaskHint;
#[cfg(feature = "SFSpeechRecognizer")]
#[path = "SFSpeechRecognizer.rs"]
mod __SFSpeechRecognizer;
#[cfg(feature = "SFTranscription")]
#[path = "SFTranscription.rs"]
mod __SFTranscription;
#[cfg(feature = "SFTranscriptionSegment")]
#[path = "SFTranscriptionSegment.rs"]
mod __SFTranscriptionSegment;
#[cfg(feature = "SFVoiceAnalytics")]
#[path = "SFVoiceAnalytics.rs"]
mod __SFVoiceAnalytics;
#[cfg(feature = "SFErrors")]
pub use self::__SFErrors::SFSpeechErrorCode;
#[cfg(feature = "SFErrors")]
pub use self::__SFErrors::SFSpeechErrorDomain;
#[cfg(feature = "SFSpeechLanguageModel")]
pub use self::__SFSpeechLanguageModel::SFSpeechLanguageModel;
#[cfg(feature = "SFSpeechLanguageModel")]
pub use self::__SFSpeechLanguageModel::SFSpeechLanguageModelConfiguration;
#[cfg(feature = "SFSpeechRecognitionMetadata")]
pub use self::__SFSpeechRecognitionMetadata::SFSpeechRecognitionMetadata;
#[cfg(feature = "SFSpeechRecognitionRequest")]
pub use self::__SFSpeechRecognitionRequest::SFSpeechAudioBufferRecognitionRequest;
#[cfg(feature = "SFSpeechRecognitionRequest")]
pub use self::__SFSpeechRecognitionRequest::SFSpeechRecognitionRequest;
#[cfg(feature = "SFSpeechRecognitionRequest")]
pub use self::__SFSpeechRecognitionRequest::SFSpeechURLRecognitionRequest;
#[cfg(feature = "SFSpeechRecognitionResult")]
pub use self::__SFSpeechRecognitionResult::SFSpeechRecognitionResult;
#[cfg(feature = "SFSpeechRecognitionTask")]
pub use self::__SFSpeechRecognitionTask::SFSpeechRecognitionTask;
#[cfg(feature = "SFSpeechRecognitionTask")]
pub use self::__SFSpeechRecognitionTask::SFSpeechRecognitionTaskDelegate;
#[cfg(feature = "SFSpeechRecognitionTask")]
pub use self::__SFSpeechRecognitionTask::SFSpeechRecognitionTaskState;
#[cfg(feature = "SFSpeechRecognitionTaskHint")]
pub use self::__SFSpeechRecognitionTaskHint::SFSpeechRecognitionTaskHint;
#[cfg(feature = "SFSpeechRecognizer")]
pub use self::__SFSpeechRecognizer::SFSpeechRecognizer;
#[cfg(feature = "SFSpeechRecognizer")]
pub use self::__SFSpeechRecognizer::SFSpeechRecognizerAuthorizationStatus;
#[cfg(feature = "SFSpeechRecognizer")]
pub use self::__SFSpeechRecognizer::SFSpeechRecognizerDelegate;
#[cfg(feature = "SFTranscription")]
pub use self::__SFTranscription::SFTranscription;
#[cfg(feature = "SFTranscriptionSegment")]
pub use self::__SFTranscriptionSegment::SFTranscriptionSegment;
#[cfg(feature = "SFVoiceAnalytics")]
pub use self::__SFVoiceAnalytics::SFAcousticFeature;
#[cfg(feature = "SFVoiceAnalytics")]
pub use self::__SFVoiceAnalytics::SFVoiceAnalytics;