Google Cloud Vision Ai V1 Client - Class NormalizedPolyline (0.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class NormalizedPolyline.
Normalized Pplyline, which represents a curve consisting of connected straight-line segments.
Generated from protobuf message google.cloud.visionai.v1.NormalizedPolyline
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ normalized_vertices |
array<NormalizedVertex>
A sequence of vertices connected by straight lines. |
getNormalizedVertices
A sequence of vertices connected by straight lines.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<NormalizedVertex> |
|
setNormalizedVertices
A sequence of vertices connected by straight lines.
| Parameter | |
|---|---|
| Name | Description |
var |
array<NormalizedVertex>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|