Reference documentation and code samples for the Google Cloud Document Ai V1 Client class LocationInfo.
The location information about where the processor is available.
Generated from protobuf message google.cloud.documentai.v1.ProcessorType.LocationInfo
Namespace
Google \ Cloud \ DocumentAI \ V1 \ ProcessorTypeMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ location_id |
string
The location ID. For supported locations, refer to regional and multi-regional support. |
getLocationId
The location ID. For supported locations, refer to regional and multi-regional support.
| Returns | |
|---|---|
| Type | Description |
string |
|
setLocationId
The location ID. For supported locations, refer to regional and multi-regional support.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|