Uses of Class
com.google.cloud.documentai.v1beta1.DocumentUnderstandingServiceSettings.Builder
-
Packages that use DocumentUnderstandingServiceSettings.Builder Package Description com.google.cloud.documentai.v1beta1 A client to Cloud Document AI API -
-
Uses of DocumentUnderstandingServiceSettings.Builder in com.google.cloud.documentai.v1beta1
Methods in com.google.cloud.documentai.v1beta1 that return DocumentUnderstandingServiceSettings.Builder Modifier and Type Method Description DocumentUnderstandingServiceSettings.Builder
DocumentUnderstandingServiceSettings.Builder. applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.static DocumentUnderstandingServiceSettings.Builder
DocumentUnderstandingServiceSettings. newBuilder()
Returns a new builder for this class.static DocumentUnderstandingServiceSettings.Builder
DocumentUnderstandingServiceSettings. newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.DocumentUnderstandingServiceSettings.Builder
DocumentUnderstandingServiceSettings. toBuilder()
Returns a builder containing all the values of this settings class.Constructors in com.google.cloud.documentai.v1beta1 with parameters of type DocumentUnderstandingServiceSettings.Builder Constructor Description DocumentUnderstandingServiceSettings(DocumentUnderstandingServiceSettings.Builder settingsBuilder)
-