same_image_detecting property

same_image_detecting property

Sets/Gets whether to check if picture has 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