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

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

Namespace

Google \ Cloud \ DocumentAI \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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 Google\Cloud\DocumentAI\V1\DocumentSchema\Metadata

Metadata of the schema.

getDisplayName

Display name to show to users.

Returns
TypeDescription
string

setDisplayName

Display name to show to users.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDescription

Description of the schema.

Returns
TypeDescription
string

setDescription

Description of the schema.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEntityTypes

Entity types of the schema.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEntityTypes

Entity types of the schema.

Parameter
NameDescription
var array<Google\Cloud\DocumentAI\V1\DocumentSchema\EntityType>
Returns
TypeDescription
$this

getMetadata

Metadata of the schema.

Returns
TypeDescription
Google\Cloud\DocumentAI\V1\DocumentSchema\Metadata|null

hasMetadata

clearMetadata

setMetadata

Metadata of the schema.

Parameter
NameDescription
var Google\Cloud\DocumentAI\V1\DocumentSchema\Metadata
Returns
TypeDescription
$this