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 ContentCategoryContentCategory. forNumber(int value)ContentCategoryDocument.Builder. getContentCategory()Indicates the category (image, audio, video etc.) of the original content.ContentCategoryDocument. getContentCategory()Indicates the category (image, audio, video etc.) of the original content.ContentCategoryDocumentOrBuilder. getContentCategory()Indicates the category (image, audio, video etc.) of the original content.static ContentCategoryContentCategory. valueOf(int value)Deprecated.static ContentCategoryContentCategory. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ContentCategoryContentCategory. 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.BuilderDocument.Builder. setContentCategory(ContentCategory value)Indicates the category (image, audio, video etc.) of the original content.
-