How to use the azure-cognitiveservices-vision-contentmoderator.azure.cognitiveservices.vision.contentmoderator.models.create_video_reviews_body_item.CreateVideoReviewsBodyItem 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 / create_video_reviews_body_item.py View on Github external
def __init__(self, content, content_id, status, video_frames=None, metadata=None, timescale=None, callback_endpoint=None):
        super(CreateVideoReviewsBodyItem, self).__init__()
        self.video_frames = video_frames
        self.metadata = metadata
        self.content = content
        self.content_id = content_id
        self.status = status
        self.timescale = timescale
        self.callback_endpoint = callback_endpoint

azure-cognitiveservices-vision-contentmoderator

Microsoft Azure Cognitive Services Content Moderator Client Library for Python

MIT
Latest version published 5 years ago

Package Health Score

72 / 100
Full package analysis

Popular azure-cognitiveservices-vision-contentmoderator functions

Similar packages