Cargo Features

[dependencies]
objc2-speech = { version = "0.2.0", default-features = false, features = ["std", "alloc", "unstable-docsrs", "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 objc2

alloc std

Enables alloc of objc2

unstable-docsrs

For better documentation on docs.rs

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

Enables block2

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