Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class PdfInstruction.
Instruction from a PDF file.
Generated from protobuf message google.cloud.datalabeling.v1beta1.PdfInstruction
Namespace
Google \ Cloud \ DataLabeling \ V1beta1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ gcs_file_uri |
string
PDF file for the instruction. Only gcs path is allowed. |
getGcsFileUri
PDF file for the instruction. Only gcs path is allowed.
| Returns | |
|---|---|
| Type | Description |
string |
|
setGcsFileUri
PDF file for the instruction. Only gcs path is allowed.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|