How to use the azure-cognitiveservices-vision-contentmoderator.azure.cognitiveservices.vision.contentmoderator.models.body_metadata.BodyMetadata 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 / body_metadata.py View on Github external
def __init__(self, key_one=None, key_two=None):
        super(BodyMetadata, self).__init__()
        self.key_one = key_one
        self.key_two = key_two

azure-cognitiveservices-vision-contentmoderator

Microsoft Azure Cognitive Services Content Moderator Client Library for Python

MIT
Latest version published 23 days ago

Package Health Score

84 / 100
Full package analysis

Popular azure-cognitiveservices-vision-contentmoderator functions