Google Cloud Document Ai V1 Client - Class FetchProcessorTypesResponse (1.6.0)

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

Response message for the FetchProcessorTypes method.

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

Namespace

Google \ Cloud \ DocumentAI \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ processor_types array<Google\Cloud\DocumentAI\V1\ProcessorType>

The list of processor types.

getProcessorTypes

The list of processor types.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setProcessorTypes

The list of processor types.

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