Class SearchUsersByImageRequest

    • Method Detail

      • collectionId

        public final String collectionId()

        The ID of an existing collection containing the UserID.

        Returns:
        The ID of an existing collection containing the UserID.
      • image

        public final Image image()
        Returns the value of the Image property for this object.
        Returns:
        The value of the Image property for this object.
      • userMatchThreshold

        public final Float userMatchThreshold()

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

        Returns:
        Specifies the minimum confidence in the UserID match to return. Default value is 80.
      • maxUsers

        public final Integer maxUsers()

        Maximum number of UserIDs to return.

        Returns:
        Maximum number of UserIDs to return.
      • qualityFilter

        public final 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.

        If the service returns an enum value that is not available in the current SDK version, qualityFilter will return QualityFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from qualityFilterAsString().

        Returns:
        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.
        See Also:
        QualityFilter
      • qualityFilterAsString

        public final String qualityFilterAsString()

        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.

        If the service returns an enum value that is not available in the current SDK version, qualityFilter will return QualityFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from qualityFilterAsString().

        Returns:
        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.
        See Also:
        QualityFilter
      • 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