Class CreateReviewBodyItem
Inheritance
CreateReviewBodyItem
Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
Syntax
public class CreateReviewBodyItem
Constructors
Declaration
public CreateReviewBodyItem ();
Declaration
public CreateReviewBodyItem (string type, string content, string contentId, string callbackEndpoint = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateReviewBodyItemMetadataItem> metadata = null);
Parameters
Properties
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="CallbackEndpoint")]
public string CallbackEndpoint { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Content")]
public string Content { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="ContentId")]
public string ContentId { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Metadata")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateReviewBodyItemMetadataItem> Metadata { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Type")]
public string Type { get; set; }
Property Value
Methods
Declaration
public virtual void Validate ();