unindexedFaces property
An array of faces that were detected in the image but weren't indexed. They
weren't indexed because the quality filter identified them as low quality,
or the MaxFaces
request parameter filtered them out. To use the
quality filter, you specify the QualityFilter
request
parameter.
Implementation
final List<UnindexedFace>? unindexedFaces;