Data Labeling v1beta1 API - Class ImageBoundingPolyAnnotation (2.0.0-beta03)

public sealed class ImageBoundingPolyAnnotation : IMessage<ImageBoundingPolyAnnotation>, IEquatable<ImageBoundingPolyAnnotation>, IDeepCloneable<ImageBoundingPolyAnnotation>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Labeling v1beta1 API class ImageBoundingPolyAnnotation.

Image bounding poly annotation. It represents a polygon including bounding box in the image.

Inheritance

object > ImageBoundingPolyAnnotation

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

ImageBoundingPolyAnnotation()

public ImageBoundingPolyAnnotation()

ImageBoundingPolyAnnotation(ImageBoundingPolyAnnotation)

public ImageBoundingPolyAnnotation(ImageBoundingPolyAnnotation other)
Parameter
NameDescription
otherImageBoundingPolyAnnotation

Properties

AnnotationSpec

public AnnotationSpec AnnotationSpec { get; set; }

Label of object in this bounding polygon.

Property Value
TypeDescription
AnnotationSpec

BoundedAreaCase

public ImageBoundingPolyAnnotation.BoundedAreaOneofCase BoundedAreaCase { get; }
Property Value
TypeDescription
ImageBoundingPolyAnnotationBoundedAreaOneofCase

BoundingPoly

public BoundingPoly BoundingPoly { get; set; }
Property Value
TypeDescription
BoundingPoly

NormalizedBoundingPoly

public NormalizedBoundingPoly NormalizedBoundingPoly { get; set; }
Property Value
TypeDescription
NormalizedBoundingPoly