ReviewsExtensions.CreateReviewsAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 System.Threading.Tasks.Task<System.Collections.Generic.IList<string>> CreateReviewsAsync (this Microsoft.Azure.CognitiveServices.ContentModerator.IReviews operations, string urlContentType, string teamName, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateReviewBodyItem> createReviewBody, string subTeam = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateReviewsAsync : Microsoft.Azure.CognitiveServices.ContentModerator.IReviews * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateReviewBodyItem> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<string>>
<Extension()>
Public Function CreateReviewsAsync (operations As IReviews, urlContentType As String, teamName As String, createReviewBody As IList(Of CreateReviewBodyItem), Optional subTeam As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of String))
Parâmetros
- operations
- IReviews
O grupo de operações para esse método de extensão.
- urlContentType
- String
O tipo de conteúdo.
- teamName
- String
Nome da sua equipe.
- createReviewBody
- IList<CreateReviewBodyItem>
Corpo para criar API de revisões
- subTeam
- String
SubTeam de sua equipe, a qual você deseja atribuir a revisão criada.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
Azure SDK for .NET