Compartir a través de


IReviews.CreateReviewsWithHttpMessagesAsync Método

Definición

Las revisiones creadas se mostrarán para los revisores del equipo. A medida que los revisores completan la revisión, se publicarán los resultados de la revisión (es decir, HTTP POST) en la propiedad CallBackEndpoint especificada.

<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>>> CreateReviewsWithHttpMessagesAsync (string urlContentType, string teamName, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateReviewBodyItem> createReviewBody, string subTeam = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateReviewsWithHttpMessagesAsync : string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateReviewBodyItem> * 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 CreateReviewsWithHttpMessagesAsync (urlContentType As String, teamName As String, createReviewBody As IList(Of CreateReviewBodyItem), 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)))

Parámetros

urlContentType
String

Tipo de contenido.

teamName
String

Nombre del equipo.

createReviewBody
IList<CreateReviewBodyItem>

Cuerpo para crear la API de revisiones

subTeam
String

SubTeam del equipo, quiere asignar la revisión creada.

customHeaders
Dictionary<String,List<String>>

Encabezados que se agregarán a la solicitud.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Excepciones

Se produce cuando la operación devolvió un código de estado no válido

Se produce cuando no se puede deserializar la respuesta

Se produce cuando un parámetro obligatorio es NULL

Se aplica a