Contents

AVSpeechSynthesisProviderOutputBlock

A type that represents the method for sending marker information to the host.

Declaration

typealias AVSpeechSynthesisProviderOutputBlock = ([AVSpeechSynthesisMarker], AVSpeechSynthesisProviderRequest) -> Void

Parameters

  • markers:

    An array of speech synthesis metadata.

  • speechRequest:

    A speech request the system associates with the metadata.

See Also

Supplying metadata