Uses of Class
com.google.cloud.documentai.v1beta2.stub.DocumentUnderstandingServiceStubSettings
-
Packages that use DocumentUnderstandingServiceStubSettings Package Description com.google.cloud.documentai.v1beta2 A client to Cloud Document AI APIcom.google.cloud.documentai.v1beta2.stub -
-
Uses of DocumentUnderstandingServiceStubSettings in com.google.cloud.documentai.v1beta2
Methods in com.google.cloud.documentai.v1beta2 with parameters of type DocumentUnderstandingServiceStubSettings Modifier and Type Method Description static DocumentUnderstandingServiceSettings
DocumentUnderstandingServiceSettings. create(DocumentUnderstandingServiceStubSettings stub)
-
Uses of DocumentUnderstandingServiceStubSettings in com.google.cloud.documentai.v1beta2.stub
Methods in com.google.cloud.documentai.v1beta2.stub that return DocumentUnderstandingServiceStubSettings Modifier and Type Method Description DocumentUnderstandingServiceStubSettings
DocumentUnderstandingServiceStubSettings.Builder. build()
Methods in com.google.cloud.documentai.v1beta2.stub with parameters of type DocumentUnderstandingServiceStubSettings Modifier and Type Method Description static GrpcDocumentUnderstandingServiceStub
GrpcDocumentUnderstandingServiceStub. create(DocumentUnderstandingServiceStubSettings settings)
Constructors in com.google.cloud.documentai.v1beta2.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.
-