Show / Hide Table of Contents

Class ImageBoundingPolyAnnotation

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

Inheritance
System.Object
ImageBoundingPolyAnnotation
Implements
IMessage<ImageBoundingPolyAnnotation>
System.IEquatable<ImageBoundingPolyAnnotation>
IDeepCloneable<ImageBoundingPolyAnnotation>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class ImageBoundingPolyAnnotation : IMessage<ImageBoundingPolyAnnotation>, IEquatable<ImageBoundingPolyAnnotation>, IDeepCloneable<ImageBoundingPolyAnnotation>, IBufferMessage, IMessage

Constructors

ImageBoundingPolyAnnotation()

Declaration
public ImageBoundingPolyAnnotation()

ImageBoundingPolyAnnotation(ImageBoundingPolyAnnotation)

Declaration
public ImageBoundingPolyAnnotation(ImageBoundingPolyAnnotation other)
Parameters
Type Name Description
ImageBoundingPolyAnnotation other

Properties

AnnotationSpec

Label of object in this bounding polygon.

Declaration
public AnnotationSpec AnnotationSpec { get; set; }
Property Value
Type Description
AnnotationSpec

BoundedAreaCase

Declaration
public ImageBoundingPolyAnnotation.BoundedAreaOneofCase BoundedAreaCase { get; }
Property Value
Type Description
ImageBoundingPolyAnnotation.BoundedAreaOneofCase

BoundingPoly

Declaration
public BoundingPoly BoundingPoly { get; set; }
Property Value
Type Description
BoundingPoly

NormalizedBoundingPoly

Declaration
public NormalizedBoundingPoly NormalizedBoundingPoly { get; set; }
Property Value
Type Description
NormalizedBoundingPoly
Back to top