NIMSDK-iOS
载入中...
搜索中...
未找到
NIMAIModelStreamCallChunk类 参考

透传协议流式分片信息 更多...

#import <NIMAIManagerProtocol.h>

类 NIMAIModelStreamCallChunk 继承关系图:

属性

NSString * content
 数字人流式回复分片文本 更多...
 
NSTimeInterval chunkTime
 数字人流式回复当前分片时间 更多...
 
NSInteger type
 类型,当前仅支持0表示文本 更多...
 
NSInteger index
 分片序号,从0开始 更多...
 

详细描述

透传协议流式分片信息

属性说明

◆ chunkTime

- (NSTimeInterval) chunkTime
readwritenonatomicassign

数字人流式回复当前分片时间

◆ content

- (NSString*) content
readwritenonatomiccopy

数字人流式回复分片文本

◆ index

- (NSInteger) index
readwritenonatomicassign

分片序号,从0开始

◆ type

- (NSInteger) type
readwritenonatomicassign

类型,当前仅支持0表示文本


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