Enumeration MediaServiceType

MediaTypeは、画像の種類です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
MediaServiceType serves the type of media.
Although this field will be returned in the response, it will be ignored on input.
IMAGE
画像です。Image.
ANIMATION_IMAGE
アニメーションGIFです。Animation GIF.
UNKNOWN
未知の値です。Unknown Value

Enumeration Members

Enumeration Members

AnimationImage: "ANIMATION_IMAGE"
Image: "IMAGE"
Unknown: "UNKNOWN"