public sealed class Image : IMessage<Image>, IEquatable<Image>, IDeepCloneable<Image>, IBufferMessage, IMessageReference documentation and code samples for the Recommendations AI v1beta1 API class Image.
Catalog item thumbnail/detail image.
Namespace
Google.Cloud.RecommendationEngine.V1Beta1Assembly
Google.Cloud.RecommendationEngine.V1Beta1.dll
Constructors
Image()
public Image()Image(Image)
public Image(Image other)| Parameter | |
|---|---|
| Name | Description |
other |
Image |
Properties
Height
public int Height { get; set; }Optional. Height of the image in number of pixels.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Uri
public string Uri { get; set; }Required. URL of the image with a length limit of 5 KiB.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Width
public int Width { get; set; }Optional. Width of the image in number of pixels.
| Property Value | |
|---|---|
| Type | Description |
int |
|