NEMeetingKit V4.17.0
载入中...
搜索中...
未找到
Public 属性 | 所有成员列表
tagNEMeetingTranscriptionInfo结构体 参考

会议实时转写信息 更多...

#include <kit_define_meeting.h>

Public 属性

int state
 
std::vector< NEMeetingTranscriptionIntervaltimeRanges
 当前实时转写状态: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 获取文件下载地址。
 

详细描述

会议实时转写信息

类成员变量说明

◆ originalNosFileKeys

std::vector<std::string> tagNEMeetingTranscriptionInfo::originalNosFileKeys

开关转写的时间范围列表

◆ pdfNosFileKeys

std::vector<std::string> tagNEMeetingTranscriptionInfo::pdfNosFileKeys

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

◆ state

int tagNEMeetingTranscriptionInfo::state

◆ timeRanges

std::vector<NEMeetingTranscriptionInterval> tagNEMeetingTranscriptionInfo::timeRanges

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

◆ txtNosFileKeys

std::vector<std::string> tagNEMeetingTranscriptionInfo::txtNosFileKeys

原始转写文件的 key 列表,可使用 key

获取文件下载地址。文件内容每一行为一条转写消息,通过[NEMeetingTranscriptionMessage.parse] 解析成消息对象。

◆ wordNosFileKeys

std::vector<std::string> tagNEMeetingTranscriptionInfo::wordNosFileKeys

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


该结构体的文档由以下文件生成: