QCloudGetRecognitionResultInfo Class Reference

Inherits from NSObject
Declared in QCloudGetRecognitionResultInfo.h
QCloudGetRecognitionResultInfo.m

Overview

图片审核结果每一个分类详情

  code

错误码,0为正确,其他数字对应相应错误。详情请参见 错误码

@property (assign, nonatomic) NSInteger code

Declared In

QCloudGetRecognitionResultInfo.h

  msg

具体错误信息,如正常则为 OK

@property (copy, nonatomic) NSString *msg

Declared In

QCloudGetRecognitionResultInfo.h

  hitFlag

是否命中该审核分类,0表示未命中,1表示命中,2表示疑似

@property (assign, nonatomic) NSInteger hitFlag

Declared In

QCloudGetRecognitionResultInfo.h

  score

审核分值。0 - 60分表示图片正常,60 - 90分表示图片疑似敏感,90 - 100分表示图片确定敏感

@property (assign, nonatomic) NSInteger score

Declared In

QCloudGetRecognitionResultInfo.h

  label

识别出的图片标签

@property (copy, nonatomic) NSString *label

Declared In

QCloudGetRecognitionResultInfo.h

  count

视频文件参数,该类型违规的截图张数

@property (assign, nonatomic) NSInteger count

Declared In

QCloudGetRecognitionResultInfo.h