@cloudbase/aiagent-framework
    Preparing search index...

    Interface SpeechToTextResult

    interface SpeechToTextResult {
        code?: string;
        message?: string;
        result: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code?: string
    message?: string
    result: string