new_releases Updates: Check the
release notes for new features and product updates.
FileCategory
Stay organized with collections
Save and categorize content based on your preferences.
Broad categories of a file
Enums |
FILE_CATEGORY_UNSPECIFIED |
Not specified. |
IMAGE |
Image file (for example, png or gif). |
VIDEO |
Video file (for example, mp4). |
AUDIO |
Audio file (for example, mp3). |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-14 UTC.
[null,null,["Last updated 2024-11-14 UTC."],[[["\u003cp\u003e\u003ccode\u003eFILE_CATEGORY_UNSPECIFIED\u003c/code\u003e represents files that have not been assigned a specific category.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eIMAGE\u003c/code\u003e is the category for image files, such as those with png or gif extensions.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eVIDEO\u003c/code\u003e denotes files that are videos, like mp4 files.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAUDIO\u003c/code\u003e is for audio-based files, such as mp3.\u003c/p\u003e\n"]]],[],null,["# FileCategory\n\nBroad categories of a file\n\n| Enums ||\n|-----------------------------|---------------------------------------|\n| `FILE_CATEGORY_UNSPECIFIED` | Not specified. |\n| `IMAGE` | Image file (for example, png or gif). |\n| `VIDEO` | Video file (for example, mp4). |\n| `AUDIO` | Audio file (for example, mp3). |"]]