mimeType property

String? mimeType
getter/setter pair

MIME type of the image asset. Possible string values are:

  • "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.

Implementation

core.String? mimeType;