ReviewsExtensions.CreateReviewsAsync 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.
Les révisions créées s’affichent pour les réviseurs de votre équipe. À mesure que les réviseurs terminent la révision, les résultats sont PUBLIÉS (par ex. : HTTP POST) sur le CallBackEndpoint spécifié.
<H3>CallBack Schemas </h3><h4>Review Completion CallBack Sample</h4><p> {<br/> « ReviewId »: « <Review Id> »,<br/> « ModifiedOn »: « 2016-10-11T22:36:32.9934851Z »,<br/> « ModifiedBy »: « <Name of the Reviewer> »,<br/> « CallBackType »: « Review »,<br/> « ContentId »: « <The ContentId that was specified input> »,<br/> « Metadata »: {<br/> « adultscore »: « 0.xxx », <Br/> « a »: « False »,<br/> « racyscore »: « 0.xxx »,<br/> « r »: « True"<br/> },<br/> « ReviewerResultTags »: {<br/> « a »: « False »,<br/> « r »: « True"<br/> }<br/> }br/ }<br/>
</p>.
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<string>> CreateReviewsAsync (this Microsoft.Azure.CognitiveServices.ContentModerator.IReviews operations, string urlContentType, string teamName, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateReviewBodyItem> createReviewBody, string subTeam = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateReviewsAsync : Microsoft.Azure.CognitiveServices.ContentModerator.IReviews * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateReviewBodyItem> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<string>>
<Extension()>
Public Function CreateReviewsAsync (operations As IReviews, urlContentType As String, teamName As String, createReviewBody As IList(Of CreateReviewBodyItem), Optional subTeam As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of String))
Paramètres
- operations
- IReviews
Groupe d’opérations pour cette méthode d’extension.
- urlContentType
- String
Type de contenu.
- teamName
- String
Nom de votre équipe.
- createReviewBody
- IList<CreateReviewBodyItem>
Corps de l’API créer des révisions
- subTeam
- String
Sous-équipe de votre équipe, vous souhaitez affecter la révision créée.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET