hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface representing audio guide functionality.

    interface ISGIAudioGuide {
        Flush(): any;
        Say(text: string, flushSpeech: boolean, dontRepeat: boolean): number;
        Silence(duration: number): number;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods