1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#![allow(unused_imports)]
#![allow(deprecated)]
#[path = "SFSpeechRecognitionMetadata.rs"]
mod __SFSpeechRecognitionMetadata;
#[path = "SFSpeechRecognitionRequest.rs"]
mod __SFSpeechRecognitionRequest;
#[path = "SFSpeechRecognitionResult.rs"]
mod __SFSpeechRecognitionResult;
#[path = "SFSpeechRecognitionTask.rs"]
mod __SFSpeechRecognitionTask;
#[path = "SFSpeechRecognitionTaskHint.rs"]
mod __SFSpeechRecognitionTaskHint;
#[path = "SFSpeechRecognizer.rs"]
mod __SFSpeechRecognizer;
#[path = "SFTranscription.rs"]
mod __SFTranscription;
#[path = "SFTranscriptionSegment.rs"]
mod __SFTranscriptionSegment;
#[path = "SFVoiceAnalytics.rs"]
mod __SFVoiceAnalytics;
#[cfg(feature = "Speech_SFSpeechRecognitionMetadata")]
pub use self::__SFSpeechRecognitionMetadata::SFSpeechRecognitionMetadata;
#[cfg(feature = "Speech_SFSpeechAudioBufferRecognitionRequest")]
pub use self::__SFSpeechRecognitionRequest::SFSpeechAudioBufferRecognitionRequest;
#[cfg(feature = "Speech_SFSpeechRecognitionRequest")]
pub use self::__SFSpeechRecognitionRequest::SFSpeechRecognitionRequest;
#[cfg(feature = "Speech_SFSpeechURLRecognitionRequest")]
pub use self::__SFSpeechRecognitionRequest::SFSpeechURLRecognitionRequest;
#[cfg(feature = "Speech_SFSpeechRecognitionResult")]
pub use self::__SFSpeechRecognitionResult::SFSpeechRecognitionResult;
#[cfg(feature = "Speech_SFSpeechRecognitionTask")]
pub use self::__SFSpeechRecognitionTask::SFSpeechRecognitionTask;
pub use self::__SFSpeechRecognitionTask::SFSpeechRecognitionTaskDelegate;
pub use self::__SFSpeechRecognitionTask::{
SFSpeechRecognitionTaskState, SFSpeechRecognitionTaskStateCanceling,
SFSpeechRecognitionTaskStateCompleted, SFSpeechRecognitionTaskStateFinishing,
SFSpeechRecognitionTaskStateRunning, SFSpeechRecognitionTaskStateStarting,
};
pub use self::__SFSpeechRecognitionTaskHint::{
SFSpeechRecognitionTaskHint, SFSpeechRecognitionTaskHintConfirmation,
SFSpeechRecognitionTaskHintDictation, SFSpeechRecognitionTaskHintSearch,
SFSpeechRecognitionTaskHintUnspecified,
};
#[cfg(feature = "Speech_SFSpeechRecognizer")]
pub use self::__SFSpeechRecognizer::SFSpeechRecognizer;
pub use self::__SFSpeechRecognizer::SFSpeechRecognizerDelegate;
pub use self::__SFSpeechRecognizer::{
SFSpeechRecognizerAuthorizationStatus, SFSpeechRecognizerAuthorizationStatusAuthorized,
SFSpeechRecognizerAuthorizationStatusDenied,
SFSpeechRecognizerAuthorizationStatusNotDetermined,
SFSpeechRecognizerAuthorizationStatusRestricted,
};
#[cfg(feature = "Speech_SFTranscription")]
pub use self::__SFTranscription::SFTranscription;
#[cfg(feature = "Speech_SFTranscriptionSegment")]
pub use self::__SFTranscriptionSegment::SFTranscriptionSegment;
#[cfg(feature = "Speech_SFAcousticFeature")]
pub use self::__SFVoiceAnalytics::SFAcousticFeature;
#[cfg(feature = "Speech_SFVoiceAnalytics")]
pub use self::__SFVoiceAnalytics::SFVoiceAnalytics;