Google Cloud Vision Ai V1 Client - Class AnnotationList (0.2.0)

Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class AnnotationList.

List representation in annotation.

Generated from protobuf message google.cloud.visionai.v1.AnnotationList

Namespace

Google \ Cloud \ VisionAI \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ values array<AnnotationValue>

The values of LIST data type annotation.

getValues

The values of LIST data type annotation.

Returns
Type Description
Google\Protobuf\RepeatedField<AnnotationValue>

setValues

The values of LIST data type annotation.

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