How to use the azure-cognitiveservices-vision-computervision.azure.cognitiveservices.vision.computervision.models.computer_vision_error.ComputerVisionError 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 / computer_vision_error.py View on Github external
def __init__(self, **kwargs):
        super(ComputerVisionError, self).__init__(**kwargs)
        self.code = kwargs.get('code', None)
        self.message = kwargs.get('message', None)
        self.request_id = kwargs.get('request_id', None)

azure-cognitiveservices-vision-computervision

Microsoft Azure Cognitive Services Computer Vision Client Library for Python

MIT
Latest version published 12 days ago

Package Health Score

87 / 100
Full package analysis

Popular azure-cognitiveservices-vision-computervision functions

Similar packages