Class Image (2.5.0)

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

A representation of an image. Only images up to 30MB in size are supported.

Inheritance

Object > Image

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Constructors

Image()

public Image()

Image(Image)

public Image(Image other)
Parameter
NameDescription
otherImage

Properties

DataCase

public Image.DataOneofCase DataCase { get; }
Property Value
TypeDescription
Image.DataOneofCase

ImageBytes

public ByteString ImageBytes { get; set; }

Image content represented as a stream of bytes. Note: As with all bytes fields, protobuffers use a pure binary representation, whereas JSON representations use base64.

Property Value
TypeDescription
ByteString

ThumbnailUri

public string ThumbnailUri { get; set; }

Output only. HTTP URI to the thumbnail image.

Property Value
TypeDescription
String