Class SearchFacesRequest

    • Method Detail

      • collectionId

        public final String collectionId()

        ID of the collection the face belongs to.

        Returns:
        ID of the collection the face belongs to.
      • faceId

        public final String faceId()

        ID of a face to find matches for in the collection.

        Returns:
        ID of a face to find matches for in the collection.
      • maxFaces

        public final Integer maxFaces()

        Maximum number of faces to return. The operation returns the maximum number of faces with the highest confidence in the match.

        Returns:
        Maximum number of faces to return. The operation returns the maximum number of faces with the highest confidence in the match.
      • faceMatchThreshold

        public final Float faceMatchThreshold()

        Optional value specifying the minimum confidence in the face match to return. For example, don't return any matches where confidence in matches is less than 70%. The default value is 80%.

        Returns:
        Optional value specifying the minimum confidence in the face match to return. For example, don't return any matches where confidence in matches is less than 70%. The default value is 80%.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object