#import <NvsARFaceContext.h>
◆ notifyDetectedAction:
  
  
      
        
          | - (void) notifyDetectedAction:  | 
           | 
          (long long)  | 
          actionType | 
           | 
         
       
   | 
  
optional   | 
  
 
 
◆ notifyFaceItemLoadingBegin:
  
  
      
        
          | - (void) notifyFaceItemLoadingBegin:  | 
           | 
          (NSString *)  | 
          itemPath | 
           | 
         
       
   | 
  
optional   | 
  
 
 
◆ notifyFaceItemLoadingFailed:error:
  
  
      
        
          | - (void) notifyFaceItemLoadingFailed:  | 
           | 
          (NSString *)  | 
          itemPath | 
         
        
          | error: | 
           | 
          (int)  | 
          error  | 
         
        
           | 
           | 
           |  | 
         
       
   | 
  
optional   | 
  
 
通知人脸道具加载失败。 
- 参数
 - 
  
    | itemPath | 人脸道具路径。  | 
    | error | 错误值。  | 
  
   
 
 
◆ notifyFaceItemLoadingFinish
  
  
      
        
          | - (void) notifyFaceItemLoadingFinish  | 
           | 
           | 
           | 
         
       
   | 
  
optional   | 
  
 
 
◆ notifyObjectLandmark:size:type:timeStamp:
  
  
      
        
          | - (void) notifyObjectLandmark:  | 
           | 
          (NSArray *)  | 
          landmark | 
         
        
          | size: | 
           | 
          (int)  | 
          objectCount | 
         
        
          | type: | 
           | 
          (NvsObjectLandmarkType)  | 
          type | 
         
        
          | timeStamp: | 
           | 
          (int64_t)  | 
          timestamp  | 
         
        
           | 
           | 
           |  | 
         
       
   | 
  
optional   | 
  
 
点位回调。 
- 参数
 - 
  
    | landmark | 点位数据。  | 
    | objectCount | 具有点位的物体数量。  | 
    | type | 具有点位的物体类型(人脸或者猫脸)。  | 
    | timestamp | 获取到点位时间戳。  | 
  
   
 
 
该协议的文档由以下文件生成: