Show / Hide Table of Contents

    Class Job

    Inheritance
    Object
    Job
    Namespace: Microsoft.Azure.CognitiveServices.ContentModerator.Models
    Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
    Syntax
    public class Job

    Constructors

    Job()

    Declaration
    public Job ();

    Job(String, String, String, String, String, String, String, IList<KeyValuePair>, IList<JobExecutionReportDetails>)

    Declaration
    public Job (string id = null, string teamName = null, string status = null, string workflowId = null, string type = null, string callBackEndpoint = null, string reviewId = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> resultMetaData = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.JobExecutionReportDetails> jobExecutionReport = null);
    Parameters
    String id

    String teamName

    String status

    String workflowId

    String type

    String callBackEndpoint

    String reviewId

    IList<KeyValuePair> resultMetaData

    IList<JobExecutionReportDetails> jobExecutionReport

    Properties

    CallBackEndpoint

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="CallBackEndpoint")]
    public string CallBackEndpoint { get; set; }
    Property Value
    String

    Id

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Id")]
    public string Id { get; set; }
    Property Value
    String

    JobExecutionReport

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="JobExecutionReport")]
    public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.JobExecutionReportDetails> JobExecutionReport { get; set; }
    Property Value
    IList<JobExecutionReportDetails>

    ResultMetaData

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="ResultMetaData")]
    public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> ResultMetaData { get; set; }
    Property Value
    IList<KeyValuePair>

    ReviewId

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="ReviewId")]
    public string ReviewId { get; set; }
    Property Value
    String

    Status

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Status")]
    public string Status { get; set; }
    Property Value
    String

    TeamName

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="TeamName")]
    public string TeamName { get; set; }
    Property Value
    String

    Type

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Type")]
    public string Type { get; set; }
    Property Value
    String

    WorkflowId

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="WorkflowId")]
    public string WorkflowId { get; set; }
    Property Value
    String

    Back to top Azure SDK for Net