Uses of Class
com.google.cloud.documentai.v1beta1.stub.DocumentUnderstandingServiceStubSettings
-
Packages that use DocumentUnderstandingServiceStubSettings Package Description com.google.cloud.documentai.v1beta1 A client to Cloud Document AI APIcom.google.cloud.documentai.v1beta1.stub -
-
Uses of DocumentUnderstandingServiceStubSettings in com.google.cloud.documentai.v1beta1
Methods in com.google.cloud.documentai.v1beta1 with parameters of type DocumentUnderstandingServiceStubSettings Modifier and Type Method Description static DocumentUnderstandingServiceSettingsDocumentUnderstandingServiceSettings. create(DocumentUnderstandingServiceStubSettings stub) -
Uses of DocumentUnderstandingServiceStubSettings in com.google.cloud.documentai.v1beta1.stub
Methods in com.google.cloud.documentai.v1beta1.stub that return DocumentUnderstandingServiceStubSettings Modifier and Type Method Description DocumentUnderstandingServiceStubSettingsDocumentUnderstandingServiceStubSettings.Builder. build()Methods in com.google.cloud.documentai.v1beta1.stub with parameters of type DocumentUnderstandingServiceStubSettings Modifier and Type Method Description static GrpcDocumentUnderstandingServiceStubGrpcDocumentUnderstandingServiceStub. create(DocumentUnderstandingServiceStubSettings settings)Constructors in com.google.cloud.documentai.v1beta1.stub with parameters of type DocumentUnderstandingServiceStubSettings Constructor Description Builder(DocumentUnderstandingServiceStubSettings settings)GrpcDocumentUnderstandingServiceStub(DocumentUnderstandingServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of GrpcDocumentUnderstandingServiceStub, using the given settings.GrpcDocumentUnderstandingServiceStub(DocumentUnderstandingServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)Constructs an instance of GrpcDocumentUnderstandingServiceStub, using the given settings.
-