Interface UnsuccessfulFaceAssociation.Builder

    • Method Detail

      • faceId

        UnsuccessfulFaceAssociation.Builder faceId​(String faceId)

        A unique identifier assigned to the face.

        Parameters:
        faceId - A unique identifier assigned to the face.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userId

        UnsuccessfulFaceAssociation.Builder userId​(String userId)

        A provided ID for the UserID. Unique within the collection.

        Parameters:
        userId - A provided ID for the UserID. Unique within the collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • confidence

        UnsuccessfulFaceAssociation.Builder confidence​(Float confidence)

        Match confidence with the UserID, provides information regarding if a face association was unsuccessful because it didn't meet UserMatchThreshold.

        Parameters:
        confidence - Match confidence with the UserID, provides information regarding if a face association was unsuccessful because it didn't meet UserMatchThreshold.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reasonsWithStrings

        UnsuccessfulFaceAssociation.Builder reasonsWithStrings​(Collection<String> reasons)

        The reason why the association was unsuccessful.

        Parameters:
        reasons - The reason why the association was unsuccessful.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reasonsWithStrings

        UnsuccessfulFaceAssociation.Builder reasonsWithStrings​(String... reasons)

        The reason why the association was unsuccessful.

        Parameters:
        reasons - The reason why the association was unsuccessful.
        Returns:
        Returns a reference to this object so that method calls can be chained together.