How to use the azure-cognitiveservices-vision-computervision.azure.cognitiveservices.vision.computervision.models.color_info.ColorInfo 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 / color_info.py View on Github external
def __init__(self, **kwargs):
        super(ColorInfo, self).__init__(**kwargs)
        self.dominant_color_foreground = kwargs.get('dominant_color_foreground', None)
        self.dominant_color_background = kwargs.get('dominant_color_background', None)
        self.dominant_colors = kwargs.get('dominant_colors', None)
        self.accent_color = kwargs.get('accent_color', None)
        self.is_bw_img = kwargs.get('is_bw_img', 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

75 / 100
Full package analysis

Popular azure-cognitiveservices-vision-computervision functions

Similar packages