Class WebPage
Inherited Members
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
|