Google Cloud Vision v1 API - Class BoundingPoly (3.6.0)

public sealed class BoundingPoly : IMessage<BoundingPoly>, IEquatable<BoundingPoly>, IDeepCloneable<BoundingPoly>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Vision v1 API class BoundingPoly.

A bounding polygon for the detected image annotation.

Inheritance

object > BoundingPoly

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

BoundingPoly()

public BoundingPoly()

BoundingPoly(BoundingPoly)

public BoundingPoly(BoundingPoly other)
Parameter
NameDescription
otherBoundingPoly

Properties

NormalizedVertices

public RepeatedField<NormalizedVertex> NormalizedVertices { get; }

The bounding polygon normalized vertices.

Property Value
TypeDescription
RepeatedFieldNormalizedVertex

Vertices

public RepeatedField<Vertex> Vertices { get; }

The bounding polygon vertices.

Property Value
TypeDescription
RepeatedFieldVertex