Uses of Class
com.google.cloud.documentai.v1beta2.DocumentUnderstandingServiceSettings
-
Packages that use DocumentUnderstandingServiceSettings Package Description com.google.cloud.documentai.v1beta2 A client to Cloud Document AI API -
-
Uses of DocumentUnderstandingServiceSettings in com.google.cloud.documentai.v1beta2
Methods in com.google.cloud.documentai.v1beta2 that return DocumentUnderstandingServiceSettings Modifier and Type Method Description DocumentUnderstandingServiceSettings
DocumentUnderstandingServiceSettings.Builder. build()
static DocumentUnderstandingServiceSettings
DocumentUnderstandingServiceSettings. create(DocumentUnderstandingServiceStubSettings stub)
DocumentUnderstandingServiceSettings
DocumentUnderstandingServiceClient. getSettings()
Methods in com.google.cloud.documentai.v1beta2 with parameters of type DocumentUnderstandingServiceSettings Modifier and Type Method Description static DocumentUnderstandingServiceClient
DocumentUnderstandingServiceClient. create(DocumentUnderstandingServiceSettings settings)
Constructs an instance of DocumentUnderstandingServiceClient, using the given settings.Constructors in com.google.cloud.documentai.v1beta2 with parameters of type DocumentUnderstandingServiceSettings Constructor Description Builder(DocumentUnderstandingServiceSettings settings)
DocumentUnderstandingServiceClient(DocumentUnderstandingServiceSettings settings)
Constructs an instance of DocumentUnderstandingServiceClient, using the given settings.
-