Google Cloud Document Ai V1 Client - Class EnumValues (1.0.1)

Reference documentation and code samples for the Google Cloud Document Ai V1 Client class EnumValues.

Defines the a list of enum values.

Generated from protobuf message google.cloud.documentai.v1.DocumentSchema.EntityType.EnumValues

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ values array

The individual values that this enum values type can include.

getValues

The individual values that this enum values type can include.

Generated from protobuf field repeated string values = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setValues

The individual values that this enum values type can include.

Generated from protobuf field repeated string values = 1;

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this