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