Show / Hide Table of Contents

Class BoundingPoly

A bounding polygon in the image.

Inheritance
System.Object
BoundingPoly
Implements
IMessage<BoundingPoly>
System.IEquatable<BoundingPoly>
IDeepCloneable<BoundingPoly>
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 BoundingPoly : IMessage<BoundingPoly>, IEquatable<BoundingPoly>, IDeepCloneable<BoundingPoly>, IBufferMessage, IMessage

Constructors

BoundingPoly()

Declaration
public BoundingPoly()

BoundingPoly(BoundingPoly)

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

Properties

Vertices

The bounding polygon vertices.

Declaration
public RepeatedField<Vertex> Vertices { get; }
Property Value
Type Description
RepeatedField<Vertex>
Back to top