鸿蒙 RTCLib-v25.12.0
    Preparing search index...

    Interface RCRTCASRContent

    ASR 内容

    interface RCRTCASRContent {
        userID: string;
        msgId: string;
        timeUTC: number;
        msg: string;
        isEnd: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    userID: string

    当前语音识别关联用户的 ID,

    msgId: string

    当前语音识别的 ID, 用于关联当前语音识别结果

    timeUTC: number

    当前语音识别的时间戳, 单位为秒

    msg: string

    当前语音识别结果

    isEnd: boolean

    当前语音识别是否结束, 如果为 true, 则表示当前语音识别已结束