Document AI V1 API - Class Google::Cloud::DocumentAI::V1::ListProcessorsResponse (v0.20.0)

Reference documentation and code samples for the Document AI V1 API class Google::Cloud::DocumentAI::V1::ListProcessorsResponse.

Response message for the ListProcessors method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Points to the next processor, otherwise empty.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — Points to the next processor, otherwise empty.
Returns
  • (::String) — Points to the next processor, otherwise empty.

#processors

def processors() -> ::Array<::Google::Cloud::DocumentAI::V1::Processor>
Returns

#processors=

def processors=(value) -> ::Array<::Google::Cloud::DocumentAI::V1::Processor>
Parameter
Returns