Partager via


Reviews.CreateJobWithHttpMessagesAsync Méthode

Définition

Un ID de travail est retourné pour le contenu publié sur ce point de terminaison.

Une fois le contenu évalué par rapport au flux de travail fourni, la révision est créée ou ignorée en fonction de l’expression de flux de travail.

<Schémas <de rappel h3>/h3>

<Exemple de rappel< de fin de travail p<>h4>/h4><br/>

{<br/> « JobId »: « <Id> de travail,br</> « ReviewId »: « <Id de révision, si le travail a entraîné une révision à créer> »,<br/> « WorkFlowId »: « default »,<br/> « Status »: « <This will be one of Complete, InProgress, Error> »,<br/> « ContentType »: « Image »,<br/> « ContentId »: « <This is the ContentId that was specified on input> »,<br/> « CallBackType »: « Job »,<br/> « Metadata »: {<br/> « adultscore »: » 0.xxx »,<br/> « a »: « False »,<br/> « racyscore »: « 0.xxx »,<br/> « r »: « True"<br/> }<br/> }<br/>

</p><p><h4>Vérifier l’exemple de rappel d’achèvement</h4><br/>

{ « ReviewId »: »< Id> de révision »,<br/> « ModifiedOn »: « 2016-10-11T22:36:32.9934851Z »,<br/> « ModifiedBy »: « <Name du réviseur> »,<br/> « CallBackType »: « Review »,<br/> « ContentId »: « <The ContentId that was specified input> »,<br/> « Metadata »: {<br/> « adultscore »: « 0.xxx », « a »: « False »,<br/> « racyscore »: « 0.xxx »,<br/> « r »: « True"<br/> },<br/> « ReviewerResultTags »: {<br/> « a »: » False »,<br/> « r »: « True"<br/> }<br/> }<br/>

</p>.

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.ContentModerator.Models.JobId>> CreateJobWithHttpMessagesAsync (string teamName, string contentType, string contentId, string workflowName, string jobContentType, Microsoft.Azure.CognitiveServices.ContentModerator.Models.Content content, string callBackEndpoint = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateJobWithHttpMessagesAsync : string * string * string * string * string * Microsoft.Azure.CognitiveServices.ContentModerator.Models.Content * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.ContentModerator.Models.JobId>>
override this.CreateJobWithHttpMessagesAsync : string * string * string * string * string * Microsoft.Azure.CognitiveServices.ContentModerator.Models.Content * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.ContentModerator.Models.JobId>>
Public Function CreateJobWithHttpMessagesAsync (teamName As String, contentType As String, contentId As String, workflowName As String, jobContentType As String, content As Content, Optional callBackEndpoint As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of JobId))

Paramètres

teamName
String

Nom de votre équipe.

contentType
String

Image, texte ou vidéo. Les valeurs possibles sont les suivantes : « Image », « Text », « Video »

contentId
String

ID/Nom pour identifier le contenu envoyé.

workflowName
String

Nom du flux de travail que vous souhaitez appeler.

jobContentType
String

Type de contenu. Les valeurs possibles sont les suivantes : « application/json », « image/jpeg »

content
Content

Contenu à évaluer.

callBackEndpoint
String

Point de terminaison de rappel pour la publication du résultat de création du travail.

customHeaders
Dictionary<String,List<String>>

En-têtes qui seront ajoutés à la requête.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Implémente

Exceptions

Levée lorsque l’opération a retourné un code status non valide

Levée lorsque la réponse ne peut pas être désérialisée

Levée lorsqu’un paramètre requis a la valeur Null

Levée lorsqu’un paramètre requis a la valeur Null

S’applique à