same_image_detecting property

same_image_detecting property

Gets/Sets whether to check if images have same source,the default is true the default value is true.

Definition:

@property
def same_image_detecting(self):
    ...
@same_image_detecting.setter
def same_image_detecting(self, value):
    ...

See Also