Contents

AVSpeechSynthesizer.MarkerCallback

A type that defines a callback that receives speech markers.

Declaration

typealias MarkerCallback = ([AVSpeechSynthesisMarker]) -> Void

Parameters

  • markers:

    An array of speech synthesis markers.

See Also

Directing speech output