Class Image
A representation of an image. Only images up to 30MB in size are supported.
Inheritance
System.Object
Image
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class Image : IMessage<Image>, IEquatable<Image>, IDeepCloneable<Image>, IBufferMessage, IMessage
Constructors
Image()
Declaration
public Image()
Image(Image)
Declaration
public Image(Image other)
Parameters
Type | Name | Description |
---|---|---|
Image | other |
Properties
DataCase
Declaration
public Image.DataOneofCase DataCase { get; }
Property Value
Type | Description |
---|---|
Image.DataOneofCase |
ImageBytes
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.
Declaration
public ByteString ImageBytes { get; set; }
Property Value
Type | Description |
---|---|
ByteString |
ThumbnailUri
Output only. HTTP URI to the thumbnail image.
Declaration
public string ThumbnailUri { get; set; }
Property Value
Type | Description |
---|---|
System.String |