|
NEMeetingKit V4.17.0
|
会议实时转写信息 更多...
#include <kit_define_meeting.h>
Public 属性 | |
| int | state |
| std::vector< NEMeetingTranscriptionInterval > | timeRanges |
| 当前实时转写状态:1:生成中;2:已生成; | |
| std::vector< std::string > | originalNosFileKeys |
| 开关转写的时间范围列表 | |
| std::vector< std::string > | txtNosFileKeys |
| 原始转写文件的 key 列表,可使用 key | |
| std::vector< std::string > | wordNosFileKeys |
| txt 格式转写文件的 key 列表,可使用 key 获取文件下载地址。 | |
| std::vector< std::string > | pdfNosFileKeys |
| word 格式的转写文件的 key 列表,可使用 key 获取文件下载地址。 | |
会议实时转写信息
| std::vector<std::string> tagNEMeetingTranscriptionInfo::originalNosFileKeys |
开关转写的时间范围列表
| std::vector<std::string> tagNEMeetingTranscriptionInfo::pdfNosFileKeys |
word 格式的转写文件的 key 列表,可使用 key 获取文件下载地址。
| int tagNEMeetingTranscriptionInfo::state |
| std::vector<NEMeetingTranscriptionInterval> tagNEMeetingTranscriptionInfo::timeRanges |
当前实时转写状态:1:生成中;2:已生成;
| std::vector<std::string> tagNEMeetingTranscriptionInfo::txtNosFileKeys |
原始转写文件的 key 列表,可使用 key
获取文件下载地址。文件内容每一行为一条转写消息,通过[NEMeetingTranscriptionMessage.parse] 解析成消息对象。
| std::vector<std::string> tagNEMeetingTranscriptionInfo::wordNosFileKeys |
txt 格式转写文件的 key 列表,可使用 key 获取文件下载地址。