NEMeetingKit V4.8.0
载入中...
搜索中...
未找到
属性 | 所有成员列表
NEMeetingTranscriptionInfo类 参考

#include <NEMeetingTranscriptionInfo.h>

类 NEMeetingTranscriptionInfo 继承关系图:

属性

NEMeetingTranscriptionState state
 
NSArray< NEMeetingTranscriptionInterval * > * timeRanges
 
NSArray< NSString * > * originalNosFileKeys
 
NSArray< NSString * > * txtNosFileKeys
 
NSArray< NSString * > * wordNosFileKeys
 
NSArray< NSString * > * pdfNosFileKeys
 

详细描述

会议转写信息

属性说明

◆ originalNosFileKeys

- (NSArray<NSString *>*) originalNosFileKeys
readwritenonatomicstrong

原始转写文件的 key 列表,可使用 key 获取文件下载地址。

通过 NEPreMeetingService#getHistoryMeetingTranscriptionMessageList 获取转写文件的消息列表。

◆ pdfNosFileKeys

- (NSArray<NSString *>*) pdfNosFileKeys
readwritenonatomicstrong

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

◆ state

- (NEMeetingTranscriptionState) state
readwritenonatomicassign

当前实时转写状态

◆ timeRanges

- (NSArray<NEMeetingTranscriptionInterval *>*) timeRanges
readwritenonatomicstrong

开关转写的时间范围列表

◆ txtNosFileKeys

- (NSArray<NSString *>*) txtNosFileKeys
readwritenonatomicstrong

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

◆ wordNosFileKeys

- (NSArray<NSString *>*) wordNosFileKeys
readwritenonatomicstrong

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


该类的文档由以下文件生成: