Show / Hide Table of Contents

Class NormalizedBoundingPoly

Normalized bounding polygon.

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

Constructors

NormalizedBoundingPoly()

Declaration
public NormalizedBoundingPoly()

NormalizedBoundingPoly(NormalizedBoundingPoly)

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

Properties

NormalizedVertices

The bounding polygon normalized vertices.

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