Class: Google::Cloud::DocumentAI::V1beta3::ListEvaluationsResponse

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

The response from ListEvaluations.

Instance Attribute Summary collapse

Instance Attribute Details

#evaluations::Array<::Google::Cloud::DocumentAI::V1beta3::Evaluation>

Returns The evaluations requested.

Returns:



1021
1022
1023
1024
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 1021

class ListEvaluationsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



1021
1022
1023
1024
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 1021

class ListEvaluationsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end