Cargo Features

[dependencies]
objc2-speech = { version = "0.2.2", default-features = false, features = ["std", "alloc", "all", "block2", "SFErrors", "SFSpeechLanguageModel", "SFSpeechRecognitionMetadata", "SFSpeechRecognitionRequest", "SFSpeechRecognitionResult", "SFSpeechRecognitionTask", "SFSpeechRecognitionTaskHint", "SFSpeechRecognizer", "SFTranscription", "SFTranscriptionSegment", "SFVoiceAnalytics"] }
default = std

The std feature is set by default whenever objc2-speech is added without default-features = false somewhere in the dependency tree.

std default = alloc

Currently not possible to turn off, put here for forwards compatibility.

Enables std of optional block2, objc2, and objc2-foundation

alloc std

Enables alloc of optional block2, objc2, and objc2-foundation

all = SFErrors, SFSpeechLanguageModel, SFSpeechRecognitionMetadata, SFSpeechRecognitionRequest, SFSpeechRecognitionResult, SFSpeechRecognitionTask, SFSpeechRecognitionTaskHint, SFSpeechRecognizer, SFTranscription, SFTranscriptionSegment, SFVoiceAnalytics, block2
block2 all?

Enables block2, block2 of objc2-foundation

SFErrors all?

Enables NSError and NSString of objc2-foundation

SFSpeechLanguageModel all?

Enables NSError, NSObject, NSString and NSURL of objc2-foundation

SFSpeechRecognitionMetadata all?

Enables NSDate and NSObject of objc2-foundation

SFSpeechRecognitionRequest all?

Enables NSArray, NSString and NSURL of objc2-foundation

SFSpeechRecognitionResult all?

Enables NSArray and NSObject of objc2-foundation

SFSpeechRecognitionTask all?

Enables NSError of objc2-foundation

SFSpeechRecognitionTaskHint all?
SFSpeechRecognizer all?

Enables NSError, NSLocale, NSOperation and NSSet of objc2-foundation

SFTranscription all?

Enables NSArray, NSDate, NSObject and NSString of objc2-foundation

SFTranscriptionSegment all?

Enables NSArray, NSDate, NSObject, NSRange and NSString of objc2-foundation

SFVoiceAnalytics all?

Enables NSArray, NSDate, NSObject and NSValue of objc2-foundation