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

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

The schema defines the output of the processed document by a processor.

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

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ display_name
string

Display name to show to users.

↳ description
string

Description of the schema.

↳ entity_types
array< Google\Cloud\DocumentAI\V1\DocumentSchema\EntityType >

Entity types of the schema.

↳ metadata

getDisplayName

Display name to show to users.

Generated from protobuf field string display_name = 1;

Returns
Type
Description
string

setDisplayName

Display name to show to users.

Generated from protobuf field string display_name = 1;

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getDescription

Description of the schema.

Generated from protobuf field string description = 2;

Returns
Type
Description
string

setDescription

Description of the schema.

Generated from protobuf field string description = 2;

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getEntityTypes

Entity types of the schema.

Generated from protobuf field repeated .google.cloud.documentai.v1.DocumentSchema.EntityType entity_types = 3;

Returns
Type
Description
Google\Protobuf\Internal\RepeatedField

setEntityTypes

Entity types of the schema.

Generated from protobuf field repeated .google.cloud.documentai.v1.DocumentSchema.EntityType entity_types = 3;

Parameter
Name
Description
Returns
Type
Description
$this

Metadata of the schema.

Generated from protobuf field .google.cloud.documentai.v1.DocumentSchema.Metadata metadata = 4;

Metadata of the schema.

Generated from protobuf field .google.cloud.documentai.v1.DocumentSchema.Metadata metadata = 4;

Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: