ReviewsExtensions.CreateJob 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 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 static Microsoft.Azure.CognitiveServices.ContentModerator.Models.JobId CreateJob (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);
static member CreateJob : Microsoft.Azure.CognitiveServices.ContentModerator.IReviews * string * string * string * string * string * Microsoft.Azure.CognitiveServices.ContentModerator.Models.Content * string -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.JobId
<Extension()>
Public Function CreateJob (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) As 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.
Retours
S’applique à
Azure SDK for .NET