Puppet Task: contentmoderator_azure_reviews_create_job

Defined in:
tasks/contentmoderator_azure_reviews_create_job.json,
tasks/contentmoderator_azure_reviews_create_job.rb

Overview

A job Id will be returned for the content posted on this endpoint. Once the content is evaluated against the Workflow provided the review will be created or ignored based on the workflow expression.CallBack Schemas Job Completion CallBack Sample{ 'JobId': ', 'ReviewId': '', 'WorkFlowId': 'default', 'Status': '', 'ContentType': 'Image', 'ContentId': '', 'CallBackType': 'Job', 'Metadata': { 'adultscore': '0.xxx', 'a': 'False', 'racyscore': '0.xxx', 'r': 'True' }}Review Completion CallBack Sample{ 'ReviewId': '', 'ModifiedOn': '2016-10-11T22:36:32.9934851Z', 'ModifiedBy': '', 'CallBackType': 'Review', 'ContentId': '', 'Metadata': { 'adultscore': '0.xxx', 'a': 'False', 'racyscore': '0.xxx', 'r': 'True' }, 'ReviewerResultTags': { 'a': 'False', 'r': 'True' }}.

Supports noop? false

Parameters