Interface SearchUsersByImageRequest.Builder

    • Method Detail

      • collectionId

        SearchUsersByImageRequest.Builder collectionId​(String collectionId)

        The ID of an existing collection containing the UserID.

        Parameters:
        collectionId - The ID of an existing collection containing the UserID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • image

        SearchUsersByImageRequest.Builder image​(Image image)
        Sets the value of the Image property for this object.
        Parameters:
        image - The new value for the Image property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userMatchThreshold

        SearchUsersByImageRequest.Builder userMatchThreshold​(Float userMatchThreshold)

        Specifies the minimum confidence in the UserID match to return. Default value is 80.

        Parameters:
        userMatchThreshold - Specifies the minimum confidence in the UserID match to return. Default value is 80.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxUsers

        SearchUsersByImageRequest.Builder maxUsers​(Integer maxUsers)

        Maximum number of UserIDs to return.

        Parameters:
        maxUsers - Maximum number of UserIDs to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • qualityFilter

        SearchUsersByImageRequest.Builder qualityFilter​(String qualityFilter)

        A filter that specifies a quality bar for how much filtering is done to identify faces. Filtered faces aren't searched for in the collection. The default value is NONE.

        Parameters:
        qualityFilter - A filter that specifies a quality bar for how much filtering is done to identify faces. Filtered faces aren't searched for in the collection. The default value is NONE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        QualityFilter, QualityFilter
      • qualityFilter

        SearchUsersByImageRequest.Builder qualityFilter​(QualityFilter qualityFilter)

        A filter that specifies a quality bar for how much filtering is done to identify faces. Filtered faces aren't searched for in the collection. The default value is NONE.

        Parameters:
        qualityFilter - A filter that specifies a quality bar for how much filtering is done to identify faces. Filtered faces aren't searched for in the collection. The default value is NONE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        QualityFilter, QualityFilter