Uses of Class
com.google.cloud.contentwarehouse.v1.ContentCategory
-
Packages that use ContentCategory Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of ContentCategory in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return ContentCategory Modifier and Type Method Description static ContentCategory
ContentCategory. forNumber(int value)
ContentCategory
Document.Builder. getContentCategory()
Indicates the category (image, audio, video etc.) of the original content.ContentCategory
Document. getContentCategory()
Indicates the category (image, audio, video etc.) of the original content.ContentCategory
DocumentOrBuilder. getContentCategory()
Indicates the category (image, audio, video etc.) of the original content.static ContentCategory
ContentCategory. valueOf(int value)
Deprecated.static ContentCategory
ContentCategory. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ContentCategory
ContentCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContentCategory[]
ContentCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type ContentCategory Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ContentCategory>
ContentCategory. internalGetValueMap()
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type ContentCategory Modifier and Type Method Description Document.Builder
Document.Builder. setContentCategory(ContentCategory value)
Indicates the category (image, audio, video etc.) of the original content.
-