faceIndex property
      
      int
      get
      faceIndex
      
    
    
The index of the face detection object in the array of detections.
Implementation
int get faceIndex => _faceIndex;The index of the face detection object in the array of detections.
int get faceIndex => _faceIndex;