Uses of Class
com.google.cloud.contentwarehouse.v1.Document.RawDocumentCase
-
Packages that use Document.RawDocumentCase Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of Document.RawDocumentCase in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return Document.RawDocumentCase Modifier and Type Method Description static Document.RawDocumentCase
Document.RawDocumentCase. forNumber(int value)
Document.RawDocumentCase
Document.Builder. getRawDocumentCase()
Document.RawDocumentCase
Document. getRawDocumentCase()
Document.RawDocumentCase
DocumentOrBuilder. getRawDocumentCase()
static Document.RawDocumentCase
Document.RawDocumentCase. valueOf(int value)
Deprecated.static Document.RawDocumentCase
Document.RawDocumentCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Document.RawDocumentCase[]
Document.RawDocumentCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-