Show / Hide Table of Contents

    Class Thing

    Inheritance
    Object
    ResponseBase
    Identifiable
    Response
    Thing
    CreativeWork
    Inherited Members
    Identifiable.Id
    Response.ReadLink
    Response.WebSearchUrl
    Namespace: Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models
    Assembly: Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch.dll
    Syntax
    public class Thing : Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.Response

    Constructors

    Thing()

    Declaration
    public Thing ();

    Thing(String, String, String, String, String, ImageObject, String, String, String)

    Declaration
    public Thing (string id = null, string readLink = null, string webSearchUrl = null, string name = null, string url = null, Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.ImageObject image = null, string description = null, string alternateName = null, string bingId = null);
    Parameters
    String id

    String readLink

    String webSearchUrl

    String name

    String url

    ImageObject image

    String description

    String alternateName

    String bingId

    Properties

    AlternateName

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

    BingId

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

    Description

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

    Image

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="image")]
    public Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.ImageObject Image { get; }
    Property Value
    ImageObject

    Name

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

    Url

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

    Back to top Azure SDK for Net