public sealed class ImagePayload : IMessage<ImagePayload>, IEquatable<ImagePayload>, IDeepCloneable<ImagePayload>, IBufferMessage, IMessage
Container of information about an image.
Implements
IMessage<ImagePayload>, IEquatable<ImagePayload>, IDeepCloneable<ImagePayload>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
ImagePayload()
public ImagePayload()
ImagePayload(ImagePayload)
public ImagePayload(ImagePayload other)
Parameter | |
---|---|
Name | Description |
other | ImagePayload |
Properties
ImageThumbnail
public ByteString ImageThumbnail { get; set; }
A byte string of a thumbnail image.
Property Value | |
---|---|
Type | Description |
ByteString |
ImageUri
public string ImageUri { get; set; }
Image uri from the user bucket.
Property Value | |
---|---|
Type | Description |
String |
MimeType
public string MimeType { get; set; }
Image format.
Property Value | |
---|---|
Type | Description |
String |
SignedUri
public string SignedUri { get; set; }
Signed uri of the image file in the service bucket.
Property Value | |
---|---|
Type | Description |
String |