Expand description
§Bindings to the Speech framework
See Apple’s docs and the general docs on framework crates for more information.
Structs§
- SFAcoustic
Feature SFVoiceAnalytics - The value of a voice analysis metric.
- SFSpeech
Audio Buffer Recognition Request SFSpeechRecognitionRequest - A request to recognize speech from captured audio content, such as audio from the device’s microphone.
- SFSpeech
Error Code SFErrors - Error codes that can be thrown under the Speech framework’s error domain.
- SFSpeech
Language Model SFSpeechLanguageModel - A language model built from custom training data.
- SFSpeech
Language Model Configuration SFSpeechLanguageModel - An object describing the location of a custom language model and specialized vocabulary.
- SFSpeech
Recognition Metadata SFSpeechRecognitionMetadata - The metadata of speech in the audio of a speech recognition request.
- SFSpeech
Recognition Request SFSpeechRecognitionRequest - An abstract class that represents a request to recognize speech from an audio source.
- SFSpeech
Recognition Result SFSpeechRecognitionResult - An object that contains the partial or final results of a speech recognition request.
- SFSpeech
Recognition Task SFSpeechRecognitionTask - A task object for monitoring the speech recognition progress.
- SFSpeech
Recognition Task Hint SFSpeechRecognitionTaskHint - The type of task for which you are using speech recognition.
- SFSpeech
Recognition Task State SFSpeechRecognitionTask - The state of the task associated with the recognition request.
- SFSpeech
Recognizer SFSpeechRecognizer - An object you use to check for the availability of the speech recognition service, and to initiate the speech recognition process.
- SFSpeech
Recognizer Authorization Status SFSpeechRecognizer - The app’s authorization to perform speech recognition.
- SFSpeechURL
Recognition Request SFSpeechRecognitionRequest - A request to recognize speech in a recorded audio file.
- SFTranscription
SFTranscription - A textual representation of the specified speech in its entirety, as recognized by the speech recognizer.
- SFTranscription
Segment SFTranscriptionSegment - A discrete part of an entire transcription, as identified by the speech recognizer.
- SFVoice
Analytics SFVoiceAnalytics - A collection of vocal analysis metrics.
Statics§
Traits§
- SFSpeech
Recognition Task Delegate SFSpeechRecognitionTask - A protocol with methods for managing multi-utterance speech recognition requests.
- SFSpeech
Recognizer Delegate SFSpeechRecognizer - A protocol that you adopt in your objects to track the availability of a speech recognizer.