public sealed class BoundingPoly : IMessage<BoundingPoly>, IEquatable<BoundingPoly>, IDeepCloneable<BoundingPoly>, IBufferMessage, IMessage
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.
Implements
IMessage<BoundingPoly>, IEquatable<BoundingPoly>, IDeepCloneable<BoundingPoly>, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
Google.Cloud.AutoML.V1.dll
Constructors
BoundingPoly()
public BoundingPoly()
BoundingPoly(BoundingPoly)
public BoundingPoly(BoundingPoly other)
Parameter | |
---|---|
Name | Description |
other | BoundingPoly |
Properties
NormalizedVertices
public RepeatedField<NormalizedVertex> NormalizedVertices { get; }
Output only . The bounding polygon normalized vertices.
Property Value | |
---|---|
Type | Description |
RepeatedField<NormalizedVertex> |