Uses of Class
com.google.cloud.documentai.v1beta1.DocumentUnderstandingServiceClient
-
Packages that use DocumentUnderstandingServiceClient Package Description com.google.cloud.documentai.v1beta1 A client to Cloud Document AI API -
-
Uses of DocumentUnderstandingServiceClient in com.google.cloud.documentai.v1beta1
Methods in com.google.cloud.documentai.v1beta1 that return DocumentUnderstandingServiceClient Modifier and Type Method Description static DocumentUnderstandingServiceClientDocumentUnderstandingServiceClient. create()Constructs an instance of DocumentUnderstandingServiceClient with default settings.static DocumentUnderstandingServiceClientDocumentUnderstandingServiceClient. create(DocumentUnderstandingServiceSettings settings)Constructs an instance of DocumentUnderstandingServiceClient, using the given settings.static DocumentUnderstandingServiceClientDocumentUnderstandingServiceClient. create(DocumentUnderstandingServiceStub stub)Constructs an instance of DocumentUnderstandingServiceClient, using the given stub for making calls.
-