4.2.3.1. AttributeDetectorDelegate
Conforms to NSObject Declared in STFaceProAttributeDetector.h
Tasks
– detectDidSuccessfulWithAttributeArray:count: required method
Instance Methods
detectDidSuccessfulWithAttributeArray:count:
画像属性の検知結果
- (void)detectDidSuccessfulWithAttributeArray:(NSArray<STFaceProFaceAttribute*> *_Nonnull)*attributeArray* count:(NSInteger)*count*
Parameters
attributeArray 属性の結果配列
count 顔の数
Discussion
画像属性の検知結果
Declared In
STFaceProAttributeDetector.h
Last updated