Type alias NEMeetingTranscriptionInfo

NEMeetingTranscriptionInfo: {
    originalNosFileKeys: string[];
    pdfNosFileKeys?: string[];
    state: number;
    timeRanges: NEMeetingTranscriptionInterval[];
    txtNosFileKeys: string[];
    wordNosFileKeys?: string[];
}

会议转写信息

Type declaration

  • originalNosFileKeys: string[]

    原始转写文件的 key 列表,可使用 key 获取文件下载地址。文件内容每一行为一条转写消息

  • Optional pdfNosFileKeys?: string[]

    pdf 格式的转写文件的 key 列表,可使用 key 获取文件下载地址。

  • state: number

    当前实时转写状态:1:生成中;2:已生成

  • timeRanges: NEMeetingTranscriptionInterval[]

    开关转写的时间范围列表

  • txtNosFileKeys: string[]

    txt 格式转写文件的 key 列表,可使用 key 获取文件下载地址。

  • Optional wordNosFileKeys?: string[]

    word 格式的转写文件的 key 列表,可使用 key 获取文件下载地址