SystemSpeechSynthesizer
open class SystemSpeechSynthesizer : NSObject, SpeechSynthesizing
extension SystemSpeechSynthesizer: AVSpeechSynthesizerDelegate
SpeechSynthesizing implementation, using AVSpeechSynthesizer.
-
Declaration
Swift
public weak var delegate: SpeechSynthesizingDelegate? -
Declaration
Swift
public var muted: Bool { get set } -
Declaration
Swift
public var volume: Float { get set } -
Declaration
Swift
public var isSpeaking: Bool { get } -
Declaration
Swift
public var locale: Locale?
-
Declaration
Swift
open func prepareIncomingSpokenInstructions(_ instructions: [SpokenInstruction], locale: Locale?) -
Declaration
Swift
open func speak(_ instruction: SpokenInstruction, during legProgress: RouteLegProgress, locale: Locale? = nil) -
Declaration
Swift
open func stopSpeaking() -
Declaration
Swift
open func interruptSpeaking()
Install in Dash
SystemSpeechSynthesizer Class Reference