ReviewsExtensions.GetVideoFramesAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Frames> GetVideoFramesAsync (this Microsoft.Azure.CognitiveServices.ContentModerator.IReviews operations, string teamName, string reviewId, int? startSeed = default, int? noOfRecords = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member GetVideoFramesAsync : Microsoft.Azure.CognitiveServices.ContentModerator.IReviews * string * string * Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Frames>
<Extension()>
Public Function GetVideoFramesAsync (operations As IReviews, teamName As String, reviewId As String, Optional startSeed As Nullable(Of Integer) = Nothing, Optional noOfRecords As Nullable(Of Integer) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Frames)
Parámetros
- operations
- IReviews
Grupo de operaciones para este método de extensión.
- teamName
- String
Nombre del equipo.
- reviewId
- String
Identificador de la revisión.
Marca de tiempo del marco desde el que desea empezar a capturar los fotogramas.
- filter
- String
Obtiene fotogramas filtrados por etiquetas.
- cancellationToken
- CancellationToken
Token de cancelación.
Devoluciones
Se aplica a
Azure SDK for .NET