public interface ProcessRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Document |
getDocument()
The document payload, the [content] and [mime_type] fields must be set.
|
DocumentOrBuilder |
getDocumentOrBuilder()
The document payload, the [content] and [mime_type] fields must be set.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
boolean |
getSkipHumanReview()
Whether Human Review feature should be skipped for this request.
|
boolean |
hasDocument()
The document payload, the [content] and [mime_type] fields must be set.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The processor resource name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The processor resource name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasDocument()
The document payload, the [content] and [mime_type] fields must be set.
.google.cloud.documentai.v1beta3.Document document = 2;Document getDocument()
The document payload, the [content] and [mime_type] fields must be set.
.google.cloud.documentai.v1beta3.Document document = 2;DocumentOrBuilder getDocumentOrBuilder()
The document payload, the [content] and [mime_type] fields must be set.
.google.cloud.documentai.v1beta3.Document document = 2;boolean getSkipHumanReview()
Whether Human Review feature should be skipped for this request. Default to false.
bool skip_human_review = 3;Copyright © 2020 Google LLC. All rights reserved.