How to use the azure-cognitiveservices-vision-contentmoderator.azure.cognitiveservices.vision.contentmoderator.models.classification.Classification function in azure-cognitiveservices-vision-contentmoderator

To help you get started, we’ve selected a few azure-cognitiveservices-vision-contentmoderator 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-contentmoderator / azure / cognitiveservices / vision / contentmoderator / models / classification.py View on Github external
def __init__(self, category1=None, category2=None, category3=None, review_recommended=None):
        super(Classification, self).__init__()
        self.category1 = category1
        self.category2 = category2
        self.category3 = category3
        self.review_recommended = review_recommended

azure-cognitiveservices-vision-contentmoderator

Microsoft Azure Cognitive Services Content Moderator Client Library for Python

MIT
Latest version published 5 years ago

Package Health Score

66 / 100
Full package analysis

Popular azure-cognitiveservices-vision-contentmoderator functions

Similar packages