File size: 227 Bytes
e58707f
 
00b1038
e58707f
 
 
1
2
3
4
5
6
7
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