Reference documentation and code samples for the Google Cloud Document Ai V1 Client class ReviewDocumentOperationMetadata.
The long-running operation metadata for the ReviewDocument method.
Generated from protobuf message google.cloud.documentai.v1.ReviewDocumentOperationMetadata
Namespace
Google \ Cloud \ DocumentAI \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ common_metadata |
Google\Cloud\DocumentAI\V1\CommonOperationMetadata
The basic metadata of the long-running operation. |
↳ question_id |
string
The Crowd Compute question ID. |
getCommonMetadata
The basic metadata of the long-running operation.
Returns | |
---|---|
Type | Description |
Google\Cloud\DocumentAI\V1\CommonOperationMetadata|null |
hasCommonMetadata
clearCommonMetadata
setCommonMetadata
The basic metadata of the long-running operation.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DocumentAI\V1\CommonOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getQuestionId
The Crowd Compute question ID.
Returns | |
---|---|
Type | Description |
string |
setQuestionId
The Crowd Compute question ID.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |