Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
MimeType
Enums |
UNSPECIFIED |
The mime type has not been specified. |
UNKNOWN |
The received value is not known in this version. This is a response-only value. |
IMAGE_JPEG |
MIME type of image/jpeg. |
IMAGE_GIF |
MIME type of image/gif. |
IMAGE_PNG |
MIME type of image/png. |
FLASH |
MIME type of application/x-shockwave-flash. |
TEXT_HTML |
MIME type of text/html. |
PDF |
MIME type of application/pdf. |
MSWORD |
MIME type of application/msword. |
MSEXCEL |
MIME type of application/vnd.ms-excel. |
RTF |
MIME type of application/rtf. |
AUDIO_WAV |
MIME type of audio/wav. |
AUDIO_MP3 |
MIME type of audio/mp3. |
HTML5_AD_ZIP |
MIME type of application/x-html5-ad-zip. |
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-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["This documentation outlines the various MIME types supported, including common image, audio, and document formats."],["Each MIME type is represented by an enum value, providing a standardized way to identify the type of content."],["The table lists each enum alongside a description, clarifying its corresponding MIME type and any special considerations."],["MIME types such as `IMAGE_JPEG`, `TEXT_HTML`, and `PDF` are among the supported formats."],["The `UNSPECIFIED` and `UNKNOWN` enums are used for handling cases where the MIME type is not known or defined."]]],["The core content defines various MIME types, categorizing them into enums. These include `UNSPECIFIED` and `UNKNOWN` for undefined or unknown types. Specific image types are defined as `IMAGE_JPEG`, `IMAGE_GIF`, and `IMAGE_PNG`. Other types include `FLASH`, `TEXT_HTML`, `PDF`, `MSWORD`, `MSEXCEL`, `RTF`, `AUDIO_WAV`, `AUDIO_MP3`, and `HTML5_AD_ZIP`, representing different file formats like documents, audio, and web content. Each enum represents a distinct file format identified by its MIME type.\n"]]