Class Body
Namespace: Microsoft.Azure.CognitiveServices.ContentModerator.Models
Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
Syntax
public class Body
Constructors
Body()
Declaration
public Body ();
Body(String, String, IDictionary<String,String>)
Declaration
public Body (string name = null, string description = null, System.Collections.Generic.IDictionary<string,string> metadata = null);
Parameters
|
String
name
|
|
String
description
|
|
IDictionary<String,String>
metadata
|
Properties
Description
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Description")]
public string Description { get; set; }
Property Value
|
String
|
Metadata
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Metadata")]
public System.Collections.Generic.IDictionary<string,string> Metadata { get; set; }
Property Value
|
IDictionary<String,String>
|
Name
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Name")]
public string Name { get; set; }
Property Value
|
String
|