public sealed class ImagePayload : IMessage<ImagePayload>, IEquatable<ImagePayload>, IDeepCloneable<ImagePayload>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class ImagePayload.
Container of information about an image.
Implements
IMessageImagePayload, IEquatableImagePayload, IDeepCloneableImagePayload, 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 |