Crate objc2_speech

Crate objc2_speech 

Source
Expand description

§Bindings to the Speech framework

See Apple’s docs and the general docs on framework crates for more information.

Structs§

SFAcousticFeatureSFVoiceAnalytics
The value of a voice analysis metric.
SFSpeechAudioBufferRecognitionRequestSFSpeechRecognitionRequest
A request to recognize speech from captured audio content, such as audio from the device’s microphone.
SFSpeechErrorCodeSFErrors
Error codes that can be thrown under the Speech framework’s error domain.
SFSpeechLanguageModelSFSpeechLanguageModel
A language model built from custom training data.
SFSpeechLanguageModelConfigurationSFSpeechLanguageModel
An object describing the location of a custom language model and specialized vocabulary.
SFSpeechRecognitionMetadataSFSpeechRecognitionMetadata
The metadata of speech in the audio of a speech recognition request.
SFSpeechRecognitionRequestSFSpeechRecognitionRequest
An abstract class that represents a request to recognize speech from an audio source.
SFSpeechRecognitionResultSFSpeechRecognitionResult
An object that contains the partial or final results of a speech recognition request.
SFSpeechRecognitionTaskSFSpeechRecognitionTask
A task object for monitoring the speech recognition progress.
SFSpeechRecognitionTaskHintSFSpeechRecognitionTaskHint
The type of task for which you are using speech recognition.
SFSpeechRecognitionTaskStateSFSpeechRecognitionTask
The state of the task associated with the recognition request.
SFSpeechRecognizerSFSpeechRecognizer
An object you use to check for the availability of the speech recognition service, and to initiate the speech recognition process.
SFSpeechRecognizerAuthorizationStatusSFSpeechRecognizer
The app’s authorization to perform speech recognition.
SFSpeechURLRecognitionRequestSFSpeechRecognitionRequest
A request to recognize speech in a recorded audio file.
SFTranscriptionSFTranscription
A textual representation of the specified speech in its entirety, as recognized by the speech recognizer.
SFTranscriptionSegmentSFTranscriptionSegment
A discrete part of an entire transcription, as identified by the speech recognizer.
SFVoiceAnalyticsSFVoiceAnalytics
A collection of vocal analysis metrics.

Statics§

SFSpeechErrorDomainSFErrors
Apple’s documentation

Traits§

SFSpeechRecognitionTaskDelegateSFSpeechRecognitionTask
A protocol with methods for managing multi-utterance speech recognition requests.
SFSpeechRecognizerDelegateSFSpeechRecognizer
A protocol that you adopt in your objects to track the availability of a speech recognizer.