Share via


Job.ResultMetaData Property

Definition

Gets or sets array of KeyValue pairs.

[Newtonsoft.Json.JsonProperty(PropertyName="ResultMetaData")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> ResultMetaData { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ResultMetaData")>]
member this.ResultMetaData : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> with get, set
Public Property ResultMetaData As IList(Of KeyValuePair)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to