Reference documentation and code samples for the Google Cloud Document Ai V1 Client class BoundingPoly.
A bounding polygon for the detected image annotation.
Generated from protobuf message google.cloud.documentai.v1.BoundingPoly
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ vertices |
array<Google\Cloud\DocumentAI\V1\Vertex>
The bounding polygon vertices. |
↳ normalized_vertices |
array<Google\Cloud\DocumentAI\V1\NormalizedVertex>
The bounding polygon normalized vertices. |
getVertices
The bounding polygon vertices.
Generated from protobuf field repeated .google.cloud.documentai.v1.Vertex vertices = 1;
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setVertices
The bounding polygon vertices.
Generated from protobuf field repeated .google.cloud.documentai.v1.Vertex vertices = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\DocumentAI\V1\Vertex>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNormalizedVertices
The bounding polygon normalized vertices.
Generated from protobuf field repeated .google.cloud.documentai.v1.NormalizedVertex normalized_vertices = 2;
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setNormalizedVertices
The bounding polygon normalized vertices.
Generated from protobuf field repeated .google.cloud.documentai.v1.NormalizedVertex normalized_vertices = 2;
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\DocumentAI\V1\NormalizedVertex>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|