Class BoundingPoly
A bounding polygon of a detected object on a plane. On output both vertices and normalized_vertices are provided. The polygon is formed by connecting vertices in the order they are listed.
Inheritance
System.Object
BoundingPoly
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.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
NormalizedVertices
Output only . The bounding polygon normalized vertices.
Declaration
public RepeatedField<NormalizedVertex> NormalizedVertices { get; }
Property Value
Type | Description |
---|---|
RepeatedField<NormalizedVertex> |