Interface protos.google.cloud.aiplatform.v1beta1.schema.IImageSegmentationAnnotation (1.11.0)

Properties of an ImageSegmentationAnnotation.

Package

@google-cloud/aiplatform

Properties

maskAnnotation

maskAnnotation?: (google.cloud.aiplatform.v1beta1.schema.ImageSegmentationAnnotation.IMaskAnnotation|null);

ImageSegmentationAnnotation maskAnnotation

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.schema.ImageSegmentationAnnotation.IMaskAnnotation|null)

polygonAnnotation

polygonAnnotation?: (google.cloud.aiplatform.v1beta1.schema.ImageSegmentationAnnotation.IPolygonAnnotation|null);

ImageSegmentationAnnotation polygonAnnotation

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.schema.ImageSegmentationAnnotation.IPolygonAnnotation|null)

polylineAnnotation

polylineAnnotation?: (google.cloud.aiplatform.v1beta1.schema.ImageSegmentationAnnotation.IPolylineAnnotation|null);

ImageSegmentationAnnotation polylineAnnotation

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.schema.ImageSegmentationAnnotation.IPolylineAnnotation|null)