AVSpeechSynthesisProviderOutputBlock
A type that represents the method for sending marker information to the host.
Declaration
typealias AVSpeechSynthesisProviderOutputBlock = ([AVSpeechSynthesisMarker], AVSpeechSynthesisProviderRequest) -> VoidParameters
- markers:
An array of speech synthesis metadata.
- speechRequest:
A speech request the system associates with the metadata.