Class GoogleCloudDatalabelingV1beta1ImagePayload
Container of information about an image.
Implements
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1ImagePayload : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageThumbnail
A byte string of a thumbnail image.
Declaration
[JsonProperty("imageThumbnail")]
public virtual string ImageThumbnail { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageUri
Image uri from the user bucket.
Declaration
[JsonProperty("imageUri")]
public virtual string ImageUri { get; set; }
Property Value
Type | Description |
---|---|
string |
MimeType
Image format.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type | Description |
---|---|
string |
SignedUri
Signed uri of the image file in the service bucket.
Declaration
[JsonProperty("signedUri")]
public virtual string SignedUri { get; set; }
Property Value
Type | Description |
---|---|
string |