Show / Hide Table of Contents

    Class WebPage

    Inheritance
    Object
    ResponseBase
    Identifiable
    Response
    Thing
    CreativeWork
    WebPage
    Inherited Members
    CreativeWork.Provider
    CreativeWork.Text
    CreativeWork.ThumbnailUrl
    Identifiable.Id
    Response.ReadLink
    Response.WebSearchUrl
    Thing.AlternateName
    Thing.BingId
    Thing.Description
    Thing.Image
    Thing.Name
    Thing.Url
    Namespace: Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models
    Assembly: Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch.dll
    Syntax
    public class WebPage : Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.CreativeWork

    Constructors

    WebPage()

    Declaration
    public WebPage ();

    WebPage(String, String, String, String, String, ImageObject, String, String, String, String, IList<Thing>, String)

    Declaration
    public WebPage (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, string thumbnailUrl = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.Thing> provider = null, string text = null);
    Parameters
    String id

    String readLink

    String webSearchUrl

    String name

    String url

    ImageObject image

    String description

    String alternateName

    String bingId

    String thumbnailUrl

    IList<Thing> provider

    String text

    Back to top Azure SDK for Net