Partager via


Reviews.CreateVideoReviewsWithHttpMessagesAsync Méthode

Définition

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 System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<System.Collections.Generic.IList<string>>> CreateVideoReviewsWithHttpMessagesAsync (string contentType, string teamName, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItem> createVideoReviewsBody, string subTeam = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateVideoReviewsWithHttpMessagesAsync : string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItem> * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<System.Collections.Generic.IList<string>>>
override this.CreateVideoReviewsWithHttpMessagesAsync : string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItem> * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<System.Collections.Generic.IList<string>>>
Public Function CreateVideoReviewsWithHttpMessagesAsync (contentType As String, teamName As String, createVideoReviewsBody As IList(Of CreateVideoReviewsBodyItem), Optional subTeam As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of IList(Of String)))

Paramètres

contentType
String

Type de contenu.

teamName
String

Nom de votre équipe.

createVideoReviewsBody
IList<CreateVideoReviewsBodyItem>

Corps de l’API de création de révisions

subTeam
String

Sous-équipe de votre équipe, vous souhaitez affecter la révision créée.

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 à