hosanna-ui-docs - v0.9.0
    Preparing search index...
    interface IROAudioGuide {
        Flush(): void;
        Say(text: string, flushSpeech: boolean, dontRepeat: boolean): number;
        Silence(duration: number): number;
    }
    Index

    Methods

    Methods

    • Speaks the given text via screen reader.

      Parameters

      • text: string

        The string to be spoken.

      • flushSpeech: boolean

        If true, interrupts current speech immediately.

      • dontRepeat: boolean

        If true, prevents repeating identical speech.

      Returns number

      An ID associated with the spoken string.