Enumeration AssetServiceFileType

AssetServiceFileTypeは、画像のファイルタイプです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
AssetServiceFileType serves the file type of image.
Although this field will be returned in the response, it will be ignored on input.
PNG
PNGです。PNG image.
JPEG
JPEGです。JPEG image.
UNKNOWN
未知の値です。Unknown Value

Enumeration Members

Enumeration Members

Jpeg: "JPEG"
Png: "PNG"
Unknown: "UNKNOWN"