Uses of Interface
com.google.cloud.documentai.v1beta3.GcsDocumentOrBuilder
-
Packages that use GcsDocumentOrBuilder Package Description com.google.cloud.documentai.v1beta3 A client to Cloud Document AI API -
-
Uses of GcsDocumentOrBuilder in com.google.cloud.documentai.v1beta3
Classes in com.google.cloud.documentai.v1beta3 that implement GcsDocumentOrBuilder Modifier and Type Class Description class
GcsDocument
Specifies a document stored on Cloud Storage.static class
GcsDocument.Builder
Specifies a document stored on Cloud Storage.Methods in com.google.cloud.documentai.v1beta3 that return GcsDocumentOrBuilder Modifier and Type Method Description GcsDocumentOrBuilder
GcsDocuments.Builder. getDocumentsOrBuilder(int index)
The list of documents.GcsDocumentOrBuilder
GcsDocuments. getDocumentsOrBuilder(int index)
The list of documents.GcsDocumentOrBuilder
GcsDocumentsOrBuilder. getDocumentsOrBuilder(int index)
The list of documents.GcsDocumentOrBuilder
ProcessRequest.Builder. getGcsDocumentOrBuilder()
A raw document on Google Cloud Storage.GcsDocumentOrBuilder
ProcessRequest. getGcsDocumentOrBuilder()
A raw document on Google Cloud Storage.GcsDocumentOrBuilder
ProcessRequestOrBuilder. getGcsDocumentOrBuilder()
A raw document on Google Cloud Storage.Methods in com.google.cloud.documentai.v1beta3 that return types with arguments of type GcsDocumentOrBuilder Modifier and Type Method Description List<? extends GcsDocumentOrBuilder>
GcsDocuments.Builder. getDocumentsOrBuilderList()
The list of documents.List<? extends GcsDocumentOrBuilder>
GcsDocuments. getDocumentsOrBuilderList()
The list of documents.List<? extends GcsDocumentOrBuilder>
GcsDocumentsOrBuilder. getDocumentsOrBuilderList()
The list of documents.
-