MimeType
Stay organized with collections
Save and categorize content based on your preferences.
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-10-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-12 UTC."],[[["This documentation details the different MIME types supported, which specify the format of files like images, documents, and audio."],["The MIME types are represented by enums with values like `IMAGE_JPEG`, `TEXT_HTML`, and `PDF`, each corresponding to a specific file format."],["There are also enums for unspecified or unknown types and a specific type for HTML5 ad zip files."]]],[]]