Class SearchUsersRequest

    • Method Detail

      • collectionId

        public final String collectionId()

        The ID of an existing collection containing the UserID, used with a UserId or FaceId. If a FaceId is provided, UserId isn’t required to be present in the Collection.

        Returns:
        The ID of an existing collection containing the UserID, used with a UserId or FaceId. If a FaceId is provided, UserId isn’t required to be present in the Collection.
      • userId

        public final String userId()

        ID for the existing User.

        Returns:
        ID for the existing User.
      • faceId

        public final String faceId()

        ID for the existing face.

        Returns:
        ID for the existing face.
      • userMatchThreshold

        public final Float userMatchThreshold()

        Optional value that specifies the minimum confidence in the matched UserID to return. Default value of 80.

        Returns:
        Optional value that specifies the minimum confidence in the matched UserID to return. Default value of 80.
      • maxUsers

        public final Integer maxUsers()

        Maximum number of identities to return.

        Returns:
        Maximum number of identities to return.
      • 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