| Package | Description |
|---|---|
| com.google.cloud.documentai.v1 |
A client to Cloud Document AI API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.documentai.v1.stub |
| Modifier and Type | Method and Description |
|---|---|
DocumentProcessorServiceClient.ListProcessorTypesPagedResponse |
DocumentProcessorServiceClient.listProcessorTypes(ListProcessorTypesRequest request)
Lists the processor types that exist.
|
DocumentProcessorServiceClient.ListProcessorTypesPagedResponse |
DocumentProcessorServiceClient.listProcessorTypes(LocationName parent)
Lists the processor types that exist.
|
DocumentProcessorServiceClient.ListProcessorTypesPagedResponse |
DocumentProcessorServiceClient.listProcessorTypes(String parent)
Lists the processor types that exist.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<DocumentProcessorServiceClient.ListProcessorTypesPagedResponse> |
DocumentProcessorServiceClient.ListProcessorTypesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListProcessorTypesRequest,ListProcessorTypesResponse,ProcessorType> context,
com.google.api.core.ApiFuture<ListProcessorTypesResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListProcessorTypesRequest,DocumentProcessorServiceClient.ListProcessorTypesPagedResponse> |
DocumentProcessorServiceClient.listProcessorTypesPagedCallable()
Lists the processor types that exist.
|
com.google.api.gax.rpc.PagedCallSettings<ListProcessorTypesRequest,ListProcessorTypesResponse,DocumentProcessorServiceClient.ListProcessorTypesPagedResponse> |
DocumentProcessorServiceSettings.listProcessorTypesSettings()
Returns the object with the settings used for calls to listProcessorTypes.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListProcessorTypesRequest,ListProcessorTypesResponse,DocumentProcessorServiceClient.ListProcessorTypesPagedResponse> |
DocumentProcessorServiceSettings.Builder.listProcessorTypesSettings()
Returns the builder for the settings used for calls to listProcessorTypes.
|
Copyright © 2024 Google LLC. All rights reserved.