Recommendations AI v1beta1 API - Class Image (2.0.0-beta05)

public sealed class Image : IMessage<Image>, IEquatable<Image>, IDeepCloneable<Image>, IBufferMessage, IMessage

Reference documentation and code samples for the Recommendations AI v1beta1 API class Image.

Catalog item thumbnail/detail image.

Inheritance

object > Image

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

Image()

public Image()

Image(Image)

public Image(Image other)
Parameter
NameDescription
otherImage

Properties

Height

public int Height { get; set; }

Optional. Height of the image in number of pixels.

Property Value
TypeDescription
int

Uri

public string Uri { get; set; }

Required. URL of the image with a length limit of 5 KiB.

Property Value
TypeDescription
string

Width

public int Width { get; set; }

Optional. Width of the image in number of pixels.

Property Value
TypeDescription
int