Class BoundingPoly (2.2.0)

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.

Inheritance

Object > BoundingPoly

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Constructors

BoundingPoly()

public BoundingPoly()

BoundingPoly(BoundingPoly)

public BoundingPoly(BoundingPoly other)
Parameter
NameDescription
otherBoundingPoly

Properties

NormalizedVertices

public RepeatedField<NormalizedVertex> NormalizedVertices { get; }

Output only . The bounding polygon normalized vertices.

Property Value
TypeDescription
RepeatedField<NormalizedVertex>