How to use the azure-cognitiveservices-vision-customvision.azure.cognitiveservices.vision.customvision.prediction.models.bounding_box_py3.BoundingBox function in azure-cognitiveservices-vision-customvision

To help you get started, we’ve selected a few azure-cognitiveservices-vision-customvision examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Azure / azure-sdk-for-python / azure-cognitiveservices-vision-customvision / azure / cognitiveservices / vision / customvision / prediction / models / bounding_box_py3.py View on Github external
def __init__(self, *, left: float, top: float, width: float, height: float, **kwargs) -> None:
        super(BoundingBox, self).__init__(**kwargs)
        self.left = left
        self.top = top
        self.width = width
        self.height = height

azure-cognitiveservices-vision-customvision

Microsoft Azure Custom Vision Client Library for Python

MIT
Latest version published 4 years ago

Package Health Score

66 / 100
Full package analysis

Popular azure-cognitiveservices-vision-customvision functions

Similar packages