你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Review 构造函数

定义

重载

Review()

初始化 Review 类的新实例。

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

初始化 Review 类的新实例。

Review()

初始化 Review 类的新实例。

public Review();
Public Sub New ()

适用于

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

初始化 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)

参数

reviewId
String

评审的 ID。

subTeam
String

子团队的名称。

status
String

状态字符串 (<挂起、完成>) 。

reviewerResultTags
IList<KeyValuePair>

具有审阅者设置标记的 KeyValue 数组。

createdBy
String

评价者名称。

metadata
IList<KeyValuePair>

KeyValue 的数组。

type
String

内容的类型。

content
String

内容值。

contentId
String

内容的 ID。

callbackEndpoint
String

回调终结点。

适用于