ReviewsExtensions.CreateJobAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Un ID de travail sera 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 workflow.
<Schémas <de rappel h3>/h3>
<p><h4>Exemple< de rappel de fin de travail/h4><br/>
{<br/> « JobId »: « <Job Id,br<>/> « ReviewId »: « <Id de révision, si le travail a donné lieu à une révision à créer> »,<br/> « WorkFlowId »: « default »,<br/> « Status »: « <Il s’agit de l’une des valeurs Complete, InProgress, Error> »,<br/> « ContentType »: « Image »,<br/> « ContentId »: « <Il s’agit du ContentId qui a été spécifié lors de l’entrée> »,<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 Reviewer> »,<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 static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.ContentModerator.Models.JobId> CreateJobAsync (this Microsoft.Azure.CognitiveServices.ContentModerator.IReviews operations, string teamName, string contentType, string contentId, string workflowName, string jobContentType, Microsoft.Azure.CognitiveServices.ContentModerator.Models.Content content, string callBackEndpoint = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateJobAsync : Microsoft.Azure.CognitiveServices.ContentModerator.IReviews * string * string * string * string * string * Microsoft.Azure.CognitiveServices.ContentModerator.Models.Content * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.ContentModerator.Models.JobId>
<Extension()>
Public Function CreateJobAsync (operations As IReviews, teamName As String, contentType As String, contentId As String, workflowName As String, jobContentType As String, content As Content, Optional callBackEndpoint As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobId)
Paramètres
- operations
- IReviews
Groupe d’opérations pour cette méthode d’extension.
- 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.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET