Class ImageObject
Inherited Members
Namespace: Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models
Assembly: Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch.dll
Syntax
public class ImageObject : Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.MediaObject
Constructors
ImageObject()
Declaration
public ImageObject ();
ImageObject(String, String, String, String, String, ImageObject, String, String, String, String, IList<Thing>, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, ImageObject, String, String, String, String)
Declaration
public ImageObject (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, string contentUrl = null, string hostPageUrl = null, string contentSize = null, string encodingFormat = null, string hostPageDisplayUrl = null, Nullable<int> width = null, Nullable<int> height = null, Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.ImageObject thumbnail = null, string imageInsightsToken = null, string imageId = null, string accentColor = null, string visualWords = 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
|
|
String
contentUrl
|
|
String
hostPageUrl
|
|
String
contentSize
|
|
String
encodingFormat
|
|
String
hostPageDisplayUrl
|
|
Nullable<Int32>
width
|
|
Nullable<Int32>
height
|
|
ImageObject
thumbnail
|
|
String
imageInsightsToken
|
|
String
imageId
|
|
String
accentColor
|
|
String
visualWords
|
Properties
AccentColor
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="accentColor")]
public string AccentColor { get; }
Property Value
|
String
|
ImageId
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="imageId")]
public string ImageId { get; }
Property Value
|
String
|
ImageInsightsToken
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="imageInsightsToken")]
public string ImageInsightsToken { get; }
Property Value
|
String
|
Thumbnail
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="thumbnail")]
public Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.ImageObject Thumbnail { get; }
Property Value
|
ImageObject
|
VisualWords
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="visualWords")]
public string VisualWords { get; }
Property Value
|
String
|