Compartir a través de


Reviews.AddVideoFrameWithHttpMessagesAsync 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> AddVideoFrameWithHttpMessagesAsync (string teamName, string reviewId, int? timescale = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member AddVideoFrameWithHttpMessagesAsync : string * string * Nullable<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>
override this.AddVideoFrameWithHttpMessagesAsync : string * string * Nullable<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>
Public Function AddVideoFrameWithHttpMessagesAsync (teamName As String, reviewId As String, Optional timescale As Nullable(Of Integer) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)

Parámetros

teamName
String

El nombre del equipo.

reviewId
String

Id. de la revisión.

timescale
Nullable<Int32>

Escala temporal del vídeo al que va a agregar fotogramas.

customHeaders
Dictionary<String,List<String>>

Encabezados que se agregarán a la solicitud.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Implementaciones

Excepciones

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

Se produce cuando un parámetro obligatorio es NULL

Se produce cuando un parámetro obligatorio es NULL

Se aplica a