Partilhar via


ReviewsExtensions.GetVideoFrames Método

Definição

As análises criadas seriam mostradas para os revisores da sua equipe. Conforme os revisores concluem a análise, os resultados da Análise serão POSTADOs (ou seja, HTTP POST) no CallBackEndpoint especificado.

<h3>Esquemas <de Retorno de Chamada /h3><h4>Revisão Amostra de Retorno< de Chamada de Conclusão/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/>

</p>.

public static Microsoft.Azure.CognitiveServices.ContentModerator.Models.Frames GetVideoFrames (this Microsoft.Azure.CognitiveServices.ContentModerator.IReviews operations, string teamName, string reviewId, int? startSeed = default, int? noOfRecords = default, string filter = default);
static member GetVideoFrames : Microsoft.Azure.CognitiveServices.ContentModerator.IReviews * string * string * Nullable<int> * Nullable<int> * string -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.Frames
<Extension()>
Public Function GetVideoFrames (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) As Frames

Parâmetros

operations
IReviews

O grupo de operações para esse método de extensão.

teamName
String

Nome da sua equipe.

reviewId
String

ID da revisão.

startSeed
Nullable<Int32>

Carimbo de data/hora do quadro de onde você deseja começar a buscar os quadros.

noOfRecords
Nullable<Int32>

Número de quadros a serem buscados.

filter
String

Obter quadros filtrados por marcas.

Retornos

Aplica-se a