All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.documentai.v1beta3.ReviewDocumentRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.71.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/documentai/v1beta3/document_processor_service.proto

// Protobuf Java Version: 3.25.2
package com.google.cloud.documentai.v1beta3;

public interface ReviewDocumentRequestOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.documentai.v1beta3.ReviewDocumentRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * An inline document proto.
   * 
* * .google.cloud.documentai.v1beta3.Document inline_document = 4; * * @return Whether the inlineDocument field is set. */ boolean hasInlineDocument(); /** * * *
   * An inline document proto.
   * 
* * .google.cloud.documentai.v1beta3.Document inline_document = 4; * * @return The inlineDocument. */ com.google.cloud.documentai.v1beta3.Document getInlineDocument(); /** * * *
   * An inline document proto.
   * 
* * .google.cloud.documentai.v1beta3.Document inline_document = 4; */ com.google.cloud.documentai.v1beta3.DocumentOrBuilder getInlineDocumentOrBuilder(); /** * * *
   * Required. The resource name of the
   * [HumanReviewConfig][google.cloud.documentai.v1beta3.HumanReviewConfig] that
   * the document will be reviewed with.
   * 
* * * string human_review_config = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * * * @return The humanReviewConfig. */ java.lang.String getHumanReviewConfig(); /** * * *
   * Required. The resource name of the
   * [HumanReviewConfig][google.cloud.documentai.v1beta3.HumanReviewConfig] that
   * the document will be reviewed with.
   * 
* * * string human_review_config = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * * * @return The bytes for humanReviewConfig. */ com.google.protobuf.ByteString getHumanReviewConfigBytes(); /** * * *
   * The document that needs human review.
   * 
* * .google.cloud.documentai.v1beta3.Document document = 2 [deprecated = true]; * * @deprecated google.cloud.documentai.v1beta3.ReviewDocumentRequest.document is deprecated. See * google/cloud/documentai/v1beta3/document_processor_service.proto;l=1162 * @return Whether the document field is set. */ @java.lang.Deprecated boolean hasDocument(); /** * * *
   * The document that needs human review.
   * 
* * .google.cloud.documentai.v1beta3.Document document = 2 [deprecated = true]; * * @deprecated google.cloud.documentai.v1beta3.ReviewDocumentRequest.document is deprecated. See * google/cloud/documentai/v1beta3/document_processor_service.proto;l=1162 * @return The document. */ @java.lang.Deprecated com.google.cloud.documentai.v1beta3.Document getDocument(); /** * * *
   * The document that needs human review.
   * 
* * .google.cloud.documentai.v1beta3.Document document = 2 [deprecated = true]; */ @java.lang.Deprecated com.google.cloud.documentai.v1beta3.DocumentOrBuilder getDocumentOrBuilder(); /** * * *
   * Whether the validation should be performed on the ad-hoc review request.
   * 
* * bool enable_schema_validation = 3; * * @return The enableSchemaValidation. */ boolean getEnableSchemaValidation(); /** * * *
   * The priority of the human review task.
   * 
* * .google.cloud.documentai.v1beta3.ReviewDocumentRequest.Priority priority = 5; * * @return The enum numeric value on the wire for priority. */ int getPriorityValue(); /** * * *
   * The priority of the human review task.
   * 
* * .google.cloud.documentai.v1beta3.ReviewDocumentRequest.Priority priority = 5; * * @return The priority. */ com.google.cloud.documentai.v1beta3.ReviewDocumentRequest.Priority getPriority(); /** * * *
   * The document schema of the human review task.
   * 
* * .google.cloud.documentai.v1beta3.DocumentSchema document_schema = 6; * * @return Whether the documentSchema field is set. */ boolean hasDocumentSchema(); /** * * *
   * The document schema of the human review task.
   * 
* * .google.cloud.documentai.v1beta3.DocumentSchema document_schema = 6; * * @return The documentSchema. */ com.google.cloud.documentai.v1beta3.DocumentSchema getDocumentSchema(); /** * * *
   * The document schema of the human review task.
   * 
* * .google.cloud.documentai.v1beta3.DocumentSchema document_schema = 6; */ com.google.cloud.documentai.v1beta3.DocumentSchemaOrBuilder getDocumentSchemaOrBuilder(); com.google.cloud.documentai.v1beta3.ReviewDocumentRequest.SourceCase getSourceCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy