Show / Hide Table of Contents

Class GoogleCloudAiplatformV1SchemaImageSegmentationAnnotationMaskAnnotation

The mask based segmentation annotation.

Inheritance
object
GoogleCloudAiplatformV1SchemaImageSegmentationAnnotationMaskAnnotation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SchemaImageSegmentationAnnotationMaskAnnotation : IDirectResponseSchema

Properties

AnnotationSpecColors

The mapping between color and AnnotationSpec for this Annotation.

Declaration
[JsonProperty("annotationSpecColors")]
public virtual IList<GoogleCloudAiplatformV1SchemaAnnotationSpecColor> AnnotationSpecColors { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1SchemaAnnotationSpecColor>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaskGcsUri

Google Cloud Storage URI that points to the mask image. The image must be in PNG format. It must have the same size as the DataItem's image. Each pixel in the image mask represents the AnnotationSpec which the pixel in the image DataItem belong to. Each color is mapped to one AnnotationSpec based on annotation_spec_colors.

Declaration
[JsonProperty("maskGcsUri")]
public virtual string MaskGcsUri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX