Cloud Vision V1 Client - Class BoundingPoly (1.10.1)

Reference documentation and code samples for the Cloud Vision V1 Client class BoundingPoly.

A bounding polygon for the detected image annotation.

Generated from protobuf message google.cloud.vision.v1.BoundingPoly

Namespace

Google \ Cloud \ Vision \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ vertices array<Vertex>

The bounding polygon vertices.

↳ normalized_vertices array<NormalizedVertex>

The bounding polygon normalized vertices.

getVertices

The bounding polygon vertices.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setVertices

The bounding polygon vertices.

Parameter
Name Description
var array<Vertex>
Returns
Type Description
$this

getNormalizedVertices

The bounding polygon normalized vertices.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setNormalizedVertices

The bounding polygon normalized vertices.

Parameter
Name Description
var array<NormalizedVertex>
Returns
Type Description
$this