Reference documentation and code samples for the Document AI V1 API class Google::Cloud::DocumentAI::V1::ListProcessorTypesResponse.
Response message for list processor types.
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 page, otherwise empty.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Points to the next page, otherwise empty.
Returns
- (::String) — Points to the next page, otherwise empty.
#processor_types
def processor_types() -> ::Array<::Google::Cloud::DocumentAI::V1::ProcessorType>
Returns
- (::Array<::Google::Cloud::DocumentAI::V1::ProcessorType>) — The processor types.
#processor_types=
def processor_types=(value) -> ::Array<::Google::Cloud::DocumentAI::V1::ProcessorType>
Parameter
- value (::Array<::Google::Cloud::DocumentAI::V1::ProcessorType>) — The processor types.
Returns
- (::Array<::Google::Cloud::DocumentAI::V1::ProcessorType>) — The processor types.