Show / Hide Table of Contents

    Class JobId

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

    Constructors

    JobId()

    Declaration
    public JobId ();

    JobId(String)

    Declaration
    public JobId (string jobIdProperty = null);
    Parameters
    String jobIdProperty

    Properties

    JobIdProperty

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

    Back to top Azure SDK for Net