contentCategory property
Indicates the category (image, audio, video etc.) of the original content. Possible string values are:
- "CONTENT_CATEGORY_UNSPECIFIED" : No category is specified.
- "CONTENT_CATEGORY_IMAGE" : Content is of image type.
- "CONTENT_CATEGORY_AUDIO" : Content is of audio type.
- "CONTENT_CATEGORY_VIDEO" : Content is of video type.
Implementation
core.String? contentCategory;