#import <NvsFaceEffectV1.h>
◆ done
◆ InitFaceEffectV1:authPackage:authSize:
      
        
          | + (void) InitFaceEffectV1:  | 
           | 
          (NSString *)  | 
          bundlePath | 
        
        
          | authPackage: | 
           | 
          (void *)  | 
          package | 
        
        
          | authSize: | 
           | 
          (int)  | 
          size  | 
        
        
           | 
           | 
           |  | 
        
      
 
Initialize face effects. 
- Parameters
 - 
  
    | bundlePath | Bundle data path  | 
    | package | Authorization package  | 
    | size | Authorization package size  | 
  
   
 
 
◆ IsAIModelLoaded:
      
        
          | + (int) IsAIModelLoaded:  | 
           | 
          (FaceType)  | 
          faceType | 
           | 
        
      
 
 
◆ LoadAiModule:faceType:
      
        
          | + (void) LoadAiModule:  | 
           | 
          (NSString *)  | 
          bundlePath | 
        
        
          | faceType: | 
           | 
          (FaceType)  | 
          faceType  | 
        
        
           | 
           | 
           |  | 
        
      
 
 
◆ ReleaseAiModule:
      
        
          | + (int) ReleaseAiModule:  | 
           | 
          (FaceType)  | 
          faceType | 
           | 
        
      
 
 
◆ SetMaxFaces:
      
        
          | + (void) SetMaxFaces:  | 
           | 
          (int)  | 
          maxFaceCount | 
           | 
        
      
 
Turn on multi-person detection mode, which can detect up to 8 faces at the same time. By default, 1 face is detected. 
- Parameters
 - 
  
    | maxFaceCount | Maximum count of faces  | 
  
   
 
 
The documentation for this class was generated from the following file: