class ImageDetector: def __init__(self): self.input = None self.referent_url: str = None # URL of the referenced image. self.prediction_label: str = None self.prediction_score: float = None