Google AutoML v1 API - Class BoundingPoly (3.3.0)

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.

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
RepeatedFieldNormalizedVertex