AgoraContentInspectConfig Class Reference

Inherits from NSObject
Declared in AgoraObjects.h

Overview

内容审核配置。

  extraInfo

附加信息,最大长度为 1024 字节。

@property (nonatomic, copy) NSString *extraInfo

Discussion

SDK 会将附加信息和截图一起上传至 Agora 内容审核服务器;审核完成后,Agora 内容审核服务器会将附加信息随审核结果一起发送给你的服务器。

Declared In

AgoraObjects.h

  modules

内容审核模块。详见 AgoraContentInspectModule

@property (copy, nonatomic) NSArray<AgoraContentInspectModule*> *modules

Discussion

最多支持配置 32 个 AgoraContentInspectModule

Declared In

AgoraObjects.h