Compartilhar via


Review Construtores

Definição

Sobrecargas

Review()

Inicializa uma nova instância da classe Review.

Review(String, String, String, IList<KeyValuePair>, String, IList<KeyValuePair>, String, String, String, String)

Inicializa uma nova instância da classe Review.

Review()

Inicializa uma nova instância da classe Review.

public Review ();
Public Sub New ()

Aplica-se a

Review(String, String, String, IList<KeyValuePair>, String, IList<KeyValuePair>, String, String, String, String)

Inicializa uma nova instância da classe Review.

public Review (string reviewId = default, string subTeam = default, string status = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> reviewerResultTags = default, string createdBy = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> metadata = default, string type = default, string content = default, string contentId = default, string callbackEndpoint = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.Review : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> * string * string * string * string -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.Review
Public Sub New (Optional reviewId As String = Nothing, Optional subTeam As String = Nothing, Optional status As String = Nothing, Optional reviewerResultTags As IList(Of KeyValuePair) = Nothing, Optional createdBy As String = Nothing, Optional metadata As IList(Of KeyValuePair) = Nothing, Optional type As String = Nothing, Optional content As String = Nothing, Optional contentId As String = Nothing, Optional callbackEndpoint As String = Nothing)

Parâmetros

reviewId
String

Id da revisão.

subTeam
String

Nome do subteam.

status
String

A cadeia de caracteres status (<Pendente, Concluído>).

reviewerResultTags
IList<KeyValuePair>

Matriz de KeyValue com marcas de conjunto de revisor.

createdBy
String

O nome do revisor.

metadata
IList<KeyValuePair>

Matriz de KeyValue.

type
String

O tipo de conteúdo.

content
String

O valor do conteúdo.

contentId
String

Id do conteúdo.

callbackEndpoint
String

O ponto de extremidade de retorno de chamada.

Aplica-se a