Initializes a new instance of the [ImageDctHashSearchCriteria](../../com.groupdocs.watermark.search/imagedcthashsearchcriteria) class with a specified file path.
Initializes a new instance of the [ImageDctHashSearchCriteria](../../com.groupdocs.watermark.search/imagedcthashsearchcriteria) class with a specified stream.
public ImageDctHashSearchCriteria(String filePath)
Initializes a new instance of the [ImageDctHashSearchCriteria](../../com.groupdocs.watermark.search/imagedcthashsearchcriteria) class with a specified file path.
Parameters:
Parameter
Type
Description
filePath
java.lang.String
The file path to load image from.
ImageDctHashSearchCriteria(InputStream stream)
public ImageDctHashSearchCriteria(InputStream stream)
Initializes a new instance of the [ImageDctHashSearchCriteria](../../com.groupdocs.watermark.search/imagedcthashsearchcriteria) class with a specified stream.