Interface CompareFacesMatch.Builder

    • Method Detail

      • similarity

        CompareFacesMatch.Builder similarity​(Float similarity)

        Level of confidence that the faces match.

        Parameters:
        similarity - Level of confidence that the faces match.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • face

        CompareFacesMatch.Builder face​(ComparedFace face)

        Provides face metadata (bounding box and confidence that the bounding box actually contains a face).

        Parameters:
        face - Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
        Returns:
        Returns a reference to this object so that method calls can be chained together.