Uses of Class
com.google.cloud.documentai.v1.ProcessorName
-
Packages that use ProcessorName Package Description com.google.cloud.documentai.v1 A client to Cloud Document AI API -
-
Uses of ProcessorName in com.google.cloud.documentai.v1
Methods in com.google.cloud.documentai.v1 that return ProcessorName Modifier and Type Method Description ProcessorName
ProcessorName.Builder. build()
static ProcessorName
ProcessorName. of(String project, String location, String processor)
static ProcessorName
ProcessorName. parse(String formattedString)
Methods in com.google.cloud.documentai.v1 that return types with arguments of type ProcessorName Modifier and Type Method Description static List<ProcessorName>
ProcessorName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.documentai.v1 with parameters of type ProcessorName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteProcessorMetadata>
DocumentProcessorServiceClient. deleteProcessorAsync(ProcessorName name)
Deletes the processor, unloads all deployed model artifacts if it was enabled and then deletes all artifacts associated with this processor.Processor
DocumentProcessorServiceClient. getProcessor(ProcessorName name)
Gets a processor detail.DocumentProcessorServiceClient.ListProcessorVersionsPagedResponse
DocumentProcessorServiceClient. listProcessorVersions(ProcessorName parent)
Lists all versions of a processor.com.google.api.gax.longrunning.OperationFuture<TrainProcessorVersionResponse,TrainProcessorVersionMetadata>
DocumentProcessorServiceClient. trainProcessorVersionAsync(ProcessorName parent, ProcessorVersion processorVersion)
Trains a new processor version.Method parameters in com.google.cloud.documentai.v1 with type arguments of type ProcessorName Modifier and Type Method Description static List<String>
ProcessorName. toStringList(List<ProcessorName> values)
-