Send feedback
Class ProcessRequest (2.25.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.25.0 keyboard_arrow_down
public final class ProcessRequest extends GeneratedMessageV3 implements ProcessRequestOrBuilder
Request message for the
ProcessDocument
method.
Protobuf type google.cloud.documentai.v1.ProcessRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
FIELD_MASK_FIELD_NUMBER
public static final int FIELD_MASK_FIELD_NUMBER
Field Value Type Description int
INLINE_DOCUMENT_FIELD_NUMBER
public static final int INLINE_DOCUMENT_FIELD_NUMBER
Field Value Type Description int
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value Type Description int
RAW_DOCUMENT_FIELD_NUMBER
public static final int RAW_DOCUMENT_FIELD_NUMBER
Field Value Type Description int
SKIP_HUMAN_REVIEW_FIELD_NUMBER
public static final int SKIP_HUMAN_REVIEW_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static ProcessRequest getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ProcessRequest . Builder newBuilder ()
newBuilder(ProcessRequest prototype)
public static ProcessRequest . Builder newBuilder ( ProcessRequest prototype )
public static ProcessRequest parseDelimitedFrom ( InputStream input )
public static ProcessRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ProcessRequest parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ProcessRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ProcessRequest parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProcessRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ProcessRequest parseFrom ( CodedInputStream input )
public static ProcessRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ProcessRequest parseFrom ( InputStream input )
public static ProcessRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ProcessRequest parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ProcessRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ProcessRequest> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public ProcessRequest getDefaultInstanceForType ()
getFieldMask()
public FieldMask getFieldMask ()
Specifies which fields to include in the
ProcessResponse.document
output. Only supports top-level document and pages field, so it must be in
the form of {document_field_name}
or pages.{page_field_name}
.
.google.protobuf.FieldMask field_mask = 6;
Returns Type Description FieldMask
The fieldMask.
getFieldMaskOrBuilder()
public FieldMaskOrBuilder getFieldMaskOrBuilder ()
Specifies which fields to include in the
ProcessResponse.document
output. Only supports top-level document and pages field, so it must be in
the form of {document_field_name}
or pages.{page_field_name}
.
.google.protobuf.FieldMask field_mask = 6;
getInlineDocument()
public Document getInlineDocument ()
An inline document proto.
.google.cloud.documentai.v1.Document inline_document = 4;
Returns Type Description Document
The inlineDocument.
getInlineDocumentOrBuilder()
public DocumentOrBuilder getInlineDocumentOrBuilder ()
An inline document proto.
.google.cloud.documentai.v1.Document inline_document = 4;
getName()
Required. The resource name of the
Processor or
ProcessorVersion
to use for processing. If a
Processor is specified, the server
will use its default
version .
Format: projects/{project}/locations/{location}/processors/{processor}
,
or
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns Type Description String
The name.
getNameBytes()
public ByteString getNameBytes ()
Required. The resource name of the
Processor or
ProcessorVersion
to use for processing. If a
Processor is specified, the server
will use its default
version .
Format: projects/{project}/locations/{location}/processors/{processor}
,
or
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns Type Description ByteString
The bytes for name.
getParserForType()
public Parser<ProcessRequest> getParserForType ()
Overrides
getRawDocument()
public RawDocument getRawDocument ()
A raw document content (bytes).
.google.cloud.documentai.v1.RawDocument raw_document = 5;
getRawDocumentOrBuilder()
public RawDocumentOrBuilder getRawDocumentOrBuilder ()
A raw document content (bytes).
.google.cloud.documentai.v1.RawDocument raw_document = 5;
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getSkipHumanReview()
public boolean getSkipHumanReview ()
Whether human review should be skipped for this request. Default to
false
.
bool skip_human_review = 3;
Returns Type Description boolean
The skipHumanReview.
getSourceCase()
public ProcessRequest . SourceCase getSourceCase ()
hasFieldMask()
public boolean hasFieldMask ()
Specifies which fields to include in the
ProcessResponse.document
output. Only supports top-level document and pages field, so it must be in
the form of {document_field_name}
or pages.{page_field_name}
.
.google.protobuf.FieldMask field_mask = 6;
Returns Type Description boolean
Whether the fieldMask field is set.
hasInlineDocument()
public boolean hasInlineDocument ()
An inline document proto.
.google.cloud.documentai.v1.Document inline_document = 4;
Returns Type Description boolean
Whether the inlineDocument field is set.
hasRawDocument()
public boolean hasRawDocument ()
A raw document content (bytes).
.google.cloud.documentai.v1.RawDocument raw_document = 5;
Returns Type Description boolean
Whether the rawDocument field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ProcessRequest . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ProcessRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public ProcessRequest . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]