File size: 201 Bytes
e58707f
 
 
 
 
1
2
3
4
5
6
class ImageDetector:
    def __init__(self):
        self.referent_url: str = None  # URL of the referenced image.
        self.prediction_label: str = None
        self.prediction_score: float = None