Class Frame
Namespace: Microsoft.Azure.CognitiveServices.ContentModerator.Models
Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
Syntax
public class Frame
Constructors
Frame()
Declaration
public Frame ();
Frame(String, String, IList<KeyValuePair>, IList<Tag>)
Declaration
public Frame (string timestamp = null, string frameImage = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> metadata = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Tag> reviewerResultTags = null);
Parameters
|
String
timestamp
|
|
String
frameImage
|
|
IList<KeyValuePair>
metadata
|
|
IList<Tag>
reviewerResultTags
|
Properties
FrameImage
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="FrameImage")]
public string FrameImage { get; set; }
Property Value
|
String
|
Metadata
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Metadata")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> Metadata { get; set; }
Property Value
|
IList<KeyValuePair>
|
ReviewerResultTags
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="ReviewerResultTags")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Tag> ReviewerResultTags { get; set; }
Property Value
|
IList<Tag>
|
Timestamp
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Timestamp")]
public string Timestamp { get; set; }
Property Value
|
String
|