public interface ProcessDocumentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AutoMlParams |
getAutomlParams()
Controls AutoML model prediction behavior.
|
AutoMlParamsOrBuilder |
getAutomlParamsOrBuilder()
Controls AutoML model prediction behavior.
|
String |
getDocumentType()
Specifies a known document type for deeper structure detection.
|
com.google.protobuf.ByteString |
getDocumentTypeBytes()
Specifies a known document type for deeper structure detection.
|
EntityExtractionParams |
getEntityExtractionParams()
Controls entity extraction behavior.
|
EntityExtractionParamsOrBuilder |
getEntityExtractionParamsOrBuilder()
Controls entity extraction behavior.
|
FormExtractionParams |
getFormExtractionParams()
Controls form extraction behavior.
|
FormExtractionParamsOrBuilder |
getFormExtractionParamsOrBuilder()
Controls form extraction behavior.
|
InputConfig |
getInputConfig()
Required.
|
InputConfigOrBuilder |
getInputConfigOrBuilder()
Required.
|
OcrParams |
getOcrParams()
Controls OCR behavior.
|
OcrParamsOrBuilder |
getOcrParamsOrBuilder()
Controls OCR behavior.
|
OutputConfig |
getOutputConfig()
The desired output location.
|
OutputConfigOrBuilder |
getOutputConfigOrBuilder()
The desired output location.
|
String |
getParent()
Target project and location to make a call.
|
com.google.protobuf.ByteString |
getParentBytes()
Target project and location to make a call.
|
TableExtractionParams |
getTableExtractionParams()
Controls table extraction behavior.
|
TableExtractionParamsOrBuilder |
getTableExtractionParamsOrBuilder()
Controls table extraction behavior.
|
boolean |
hasAutomlParams()
Controls AutoML model prediction behavior.
|
boolean |
hasEntityExtractionParams()
Controls entity extraction behavior.
|
boolean |
hasFormExtractionParams()
Controls form extraction behavior.
|
boolean |
hasInputConfig()
Required.
|
boolean |
hasOcrParams()
Controls OCR behavior.
|
boolean |
hasOutputConfig()
The desired output location.
|
boolean |
hasTableExtractionParams()
Controls table extraction behavior.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Target project and location to make a call.
Format: `projects/{project-id}/locations/{location-id}`.
If no location is specified, a region will be chosen automatically.
This field is only populated when used in ProcessDocument method.
string parent = 9;com.google.protobuf.ByteString getParentBytes()
Target project and location to make a call.
Format: `projects/{project-id}/locations/{location-id}`.
If no location is specified, a region will be chosen automatically.
This field is only populated when used in ProcessDocument method.
string parent = 9;boolean hasInputConfig()
Required. Information about the input file.
.google.cloud.documentai.v1beta2.InputConfig input_config = 1 [(.google.api.field_behavior) = REQUIRED];
InputConfig getInputConfig()
Required. Information about the input file.
.google.cloud.documentai.v1beta2.InputConfig input_config = 1 [(.google.api.field_behavior) = REQUIRED];
InputConfigOrBuilder getInputConfigOrBuilder()
Required. Information about the input file.
.google.cloud.documentai.v1beta2.InputConfig input_config = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasOutputConfig()
The desired output location. This field is only needed in BatchProcessDocumentsRequest.
.google.cloud.documentai.v1beta2.OutputConfig output_config = 2;OutputConfig getOutputConfig()
The desired output location. This field is only needed in BatchProcessDocumentsRequest.
.google.cloud.documentai.v1beta2.OutputConfig output_config = 2;OutputConfigOrBuilder getOutputConfigOrBuilder()
The desired output location. This field is only needed in BatchProcessDocumentsRequest.
.google.cloud.documentai.v1beta2.OutputConfig output_config = 2;String getDocumentType()
Specifies a known document type for deeper structure detection. Valid values are currently "general" and "invoice". If not provided, "general"\ is used as default. If any other value is given, the request is rejected.
string document_type = 3;com.google.protobuf.ByteString getDocumentTypeBytes()
Specifies a known document type for deeper structure detection. Valid values are currently "general" and "invoice". If not provided, "general"\ is used as default. If any other value is given, the request is rejected.
string document_type = 3;boolean hasTableExtractionParams()
Controls table extraction behavior. If not specified, the system will decide reasonable defaults.
.google.cloud.documentai.v1beta2.TableExtractionParams table_extraction_params = 4;
TableExtractionParams getTableExtractionParams()
Controls table extraction behavior. If not specified, the system will decide reasonable defaults.
.google.cloud.documentai.v1beta2.TableExtractionParams table_extraction_params = 4;
TableExtractionParamsOrBuilder getTableExtractionParamsOrBuilder()
Controls table extraction behavior. If not specified, the system will decide reasonable defaults.
.google.cloud.documentai.v1beta2.TableExtractionParams table_extraction_params = 4;
boolean hasFormExtractionParams()
Controls form extraction behavior. If not specified, the system will decide reasonable defaults.
.google.cloud.documentai.v1beta2.FormExtractionParams form_extraction_params = 5;FormExtractionParams getFormExtractionParams()
Controls form extraction behavior. If not specified, the system will decide reasonable defaults.
.google.cloud.documentai.v1beta2.FormExtractionParams form_extraction_params = 5;FormExtractionParamsOrBuilder getFormExtractionParamsOrBuilder()
Controls form extraction behavior. If not specified, the system will decide reasonable defaults.
.google.cloud.documentai.v1beta2.FormExtractionParams form_extraction_params = 5;boolean hasEntityExtractionParams()
Controls entity extraction behavior. If not specified, the system will decide reasonable defaults.
.google.cloud.documentai.v1beta2.EntityExtractionParams entity_extraction_params = 6;
EntityExtractionParams getEntityExtractionParams()
Controls entity extraction behavior. If not specified, the system will decide reasonable defaults.
.google.cloud.documentai.v1beta2.EntityExtractionParams entity_extraction_params = 6;
EntityExtractionParamsOrBuilder getEntityExtractionParamsOrBuilder()
Controls entity extraction behavior. If not specified, the system will decide reasonable defaults.
.google.cloud.documentai.v1beta2.EntityExtractionParams entity_extraction_params = 6;
boolean hasOcrParams()
Controls OCR behavior. If not specified, the system will decide reasonable defaults.
.google.cloud.documentai.v1beta2.OcrParams ocr_params = 7;OcrParams getOcrParams()
Controls OCR behavior. If not specified, the system will decide reasonable defaults.
.google.cloud.documentai.v1beta2.OcrParams ocr_params = 7;OcrParamsOrBuilder getOcrParamsOrBuilder()
Controls OCR behavior. If not specified, the system will decide reasonable defaults.
.google.cloud.documentai.v1beta2.OcrParams ocr_params = 7;boolean hasAutomlParams()
Controls AutoML model prediction behavior. AutoMlParams cannot be used together with other Params.
.google.cloud.documentai.v1beta2.AutoMlParams automl_params = 8;AutoMlParams getAutomlParams()
Controls AutoML model prediction behavior. AutoMlParams cannot be used together with other Params.
.google.cloud.documentai.v1beta2.AutoMlParams automl_params = 8;AutoMlParamsOrBuilder getAutomlParamsOrBuilder()
Controls AutoML model prediction behavior. AutoMlParams cannot be used together with other Params.
.google.cloud.documentai.v1beta2.AutoMlParams automl_params = 8;Copyright © 2024 Google LLC. All rights reserved.