Enumeration ImageTagType
ImageTagType categorizes images based on their source, distinguishing between images extracted from video streams (video frame) and those loaded from static files (file image).
class EnumImageTagType(IntEnum):
#The image is a file image.
ITT_FILE_IMAGE
#The image is a video frame.
ITT_VIDEO_FRAME