NEMeetingKit V4.9.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 获取文件下载地址。 文件内容每一行为一条转写消息,通过[NEMeetingTranscriptionMessage.parse] 解析成消息对象。

◆ 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 获取文件下载地址。


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