How to use the azure-cognitiveservices-vision-computervision.azure.cognitiveservices.vision.computervision.models.category.Category function in azure-cognitiveservices-vision-computervision

To help you get started, we’ve selected a few azure-cognitiveservices-vision-computervision 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-computervision / azure / cognitiveservices / vision / computervision / models / category.py View on Github external
def __init__(self, **kwargs):
        super(Category, self).__init__(**kwargs)
        self.name = kwargs.get('name', None)
        self.score = kwargs.get('score', None)
        self.detail = kwargs.get('detail', None)

azure-cognitiveservices-vision-computervision

Microsoft Azure Cognitive Services Computer Vision Client Library for Python

MIT
Latest version published 3 years ago

Package Health Score

69 / 100
Full package analysis

Popular azure-cognitiveservices-vision-computervision functions

Similar packages