Show / Hide Table of Contents

    Class Images

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

    Constructors

    Images()

    Declaration
    public Images ();

    Images(IList<ImageObject>, String, String, String, Nullable<Int64>, Nullable<Int32>)

    Declaration
    public Images (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.ImageObject> value, string id = null, string readLink = null, string webSearchUrl = null, Nullable<long> totalEstimatedMatches = null, Nullable<int> nextOffset = null);
    Parameters
    IList<ImageObject> value

    String id

    String readLink

    String webSearchUrl

    Nullable<Int64> totalEstimatedMatches

    Nullable<Int32> nextOffset

    Properties

    NextOffset

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="nextOffset")]
    public Nullable<int> NextOffset { get; }
    Property Value
    Nullable<Int32>

    Value

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

    Methods

    Validate()

    Declaration
    public virtual void Validate ();
    Back to top Azure SDK for Net