| 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.ListProcessorsPagedResponse |
DocumentProcessorServiceClient.listProcessors(ListProcessorsRequest request)
Lists all processors which belong to this project.
|
DocumentProcessorServiceClient.ListProcessorsPagedResponse |
DocumentProcessorServiceClient.listProcessors(LocationName parent)
Lists all processors which belong to this project.
|
DocumentProcessorServiceClient.ListProcessorsPagedResponse |
DocumentProcessorServiceClient.listProcessors(String parent)
Lists all processors which belong to this project.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<DocumentProcessorServiceClient.ListProcessorsPagedResponse> |
DocumentProcessorServiceClient.ListProcessorsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListProcessorsRequest,ListProcessorsResponse,Processor> context,
com.google.api.core.ApiFuture<ListProcessorsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListProcessorsRequest,DocumentProcessorServiceClient.ListProcessorsPagedResponse> |
DocumentProcessorServiceClient.listProcessorsPagedCallable()
Lists all processors which belong to this project.
|
com.google.api.gax.rpc.PagedCallSettings<ListProcessorsRequest,ListProcessorsResponse,DocumentProcessorServiceClient.ListProcessorsPagedResponse> |
DocumentProcessorServiceSettings.listProcessorsSettings()
Returns the object with the settings used for calls to listProcessors.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListProcessorsRequest,ListProcessorsResponse,DocumentProcessorServiceClient.ListProcessorsPagedResponse> |
DocumentProcessorServiceSettings.Builder.listProcessorsSettings()
Returns the builder for the settings used for calls to listProcessors.
|
Copyright © 2024 Google LLC. All rights reserved.