Show / Hide Table of Contents

    Class Identifiable

    Inheritance
    Object
    ResponseBase
    Identifiable
    Response
    Namespace: Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models
    Assembly: Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch.dll
    Syntax
    public class Identifiable : Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.ResponseBase

    Constructors

    Identifiable()

    Declaration
    public Identifiable ();

    Identifiable(String)

    Declaration
    public Identifiable (string id = null);
    Parameters
    String id

    Properties

    Id

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

    Back to top Azure SDK for Net