search method

On this page

search

Finds possible watermarks according to the specified search criteria.

The search is conducted in the objects specified in Watermarker.searchable_objects.

def search(self, search_criteria):
    ...
Parameter Type Description
search_criteria SearchCriteria The search criteria to use.

Returns: The collection of the possible watermarks.

Finds all possible watermarks in the content.

The search is conducted in the objects specified in Watermarker.searchable_objects.

def search(self):
    ...

Returns: The collection of the possible watermarks.

See Also

On this page