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-05-29 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-05-29 UTC."],[[["The `Mime Type` enum defines various file formats, such as images, documents, audio, and more."],["It includes common types like JPEG, GIF, PNG, PDF, and others for content identification."],["The enum also covers specific formats like HTML5 Ad Zip and Flash, as well as generic types like unspecified or unknown."],["Values like `UNSPECIFIED` and `UNKNOWN` handle cases where the mime type is not defined or recognized."]]],[]]