public sealed class BoundingPoly : IMessage<BoundingPoly>, IEquatable<BoundingPoly>, IDeepCloneable<BoundingPoly>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API 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.
Implements
IMessageBoundingPoly, IEquatableBoundingPoly, IDeepCloneableBoundingPoly, 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 |
RepeatedFieldNormalizedVertex |