@mathjax/src
    Preparing search index...

    Function SpeechHandler

    • Add a speech Handler instance

      Type Parameters

      • N

        The HTMLElement node class

      • T

        The Text node class

      • D

        The Document class

      Parameters

      • handler: Handler<N, T, D>

        The Handler instance to speech

      • MmlJax: MathML<N, T, D>

        The MathML input jax to use for reading the enriched MathML

      Returns Handler<N, T, D>

      The handler that was modified (for purposes of chainging extensions)