Interface UnsuccessfulFaceAssociation.Builder

  • Method Details

    • 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

      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

      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

      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.
    • 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.
    • 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.