AVSpeechSynthesizer.MarkerCallback
A type that defines a callback that receives speech markers.
Declaration
typealias MarkerCallback = ([AVSpeechSynthesisMarker]) -> VoidParameters
- markers:
An array of speech synthesis markers.
A type that defines a callback that receives speech markers.
typealias MarkerCallback = ([AVSpeechSynthesisMarker]) -> VoidAn array of speech synthesis markers.