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