Google Cloud Vision Ai V1 Client - Class AnnotationList (0.1.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\Internal\RepeatedField

setValues

The values of LIST data type annotation.

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