Class: Google::Cloud::DocumentAI::V1beta3::ReviewDocumentResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb

Overview

Response message for the ReviewDocument method.

Defined Under Namespace

Modules: State

Instance Attribute Summary collapse

Instance Attribute Details

#gcs_destination::String



992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 992

class ReviewDocumentResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Possible states of the review operation.
  module State
    # The default value. This value is used if the state is omitted.
    STATE_UNSPECIFIED = 0

    # The review operation is rejected by the reviewer.
    REJECTED = 1

    # The review operation is succeeded.
    SUCCEEDED = 2
  end
end

#rejection_reason::String



992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 992

class ReviewDocumentResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Possible states of the review operation.
  module State
    # The default value. This value is used if the state is omitted.
    STATE_UNSPECIFIED = 0

    # The review operation is rejected by the reviewer.
    REJECTED = 1

    # The review operation is succeeded.
    SUCCEEDED = 2
  end
end

#state::Google::Cloud::DocumentAI::V1beta3::ReviewDocumentResponse::State



992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 992

class ReviewDocumentResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Possible states of the review operation.
  module State
    # The default value. This value is used if the state is omitted.
    STATE_UNSPECIFIED = 0

    # The review operation is rejected by the reviewer.
    REJECTED = 1

    # The review operation is succeeded.
    SUCCEEDED = 2
  end
end