Interface MediaServiceImageMedia

MediaServiceImageMediaオブジェクトは、画像を格納するコンテナです。
このフィールドは、SET時に必須となります。
The MediaServiceImageMedia object is a container for storing image.
This field is required in SET operation.

Hierarchy

  • MediaServiceImageMedia

Properties

aspectRatio?: null | string
画像アスペクト比の種類です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
※指定可能な値は、DictionaryServiceのgetMediaAdFormatで取得されるDictionaryServiceMediaAdFormatのaspectRatioフィールドをご確認ください。
The type of aspect ratio.
Although this field will be returned in the response, it will be ignored on input.
* Available values can be referred to aspectRatio field of DictionaryServiceMediaAdFormat object obtained by getMediaAdFormat operation of DictionaryService.

Memberof

MediaServiceImageMedia

data?: null | string
画像ファイルのbase64エンコードです。ADD時のみ指定可能で、GET時のレスポンスでは値は取得されません。
The image file in base64 encode. It can be specified on ADD, however no value returns on the response of GET.

Memberof

MediaServiceImageMedia

fileSize?: null | number
ファイルサイズです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
The file size of image.
Although this field will be returned in the response, it will be ignored on input.

Memberof

MediaServiceImageMedia

height?: null | number
縦の長さです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
The height of image.
Although this field will be returned in the response, it will be ignored on input.

Memberof

MediaServiceImageMedia

mediaAdFormat?: null | string
画像フォーマットの種類です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
※指定可能な値は、DictionaryServiceのgetMediaAdFormatで取得されるDictionaryServiceMediaAdFormatのadFormatフィールドをご確認ください。
The type of image format.
Although this field will be returned in the response, it will be ignored on input.
* Available values can be referred to adFormat field of DictionaryServiceMediaAdFormat object obtained by getMediaAdFormat operation of DictionaryService.

Memberof

MediaServiceImageMedia

mediaFileType?: null | MediaServiceFileType

Memberof

MediaServiceImageMedia

mediaType?: null | MediaServiceType

Memberof

MediaServiceImageMedia

upscaleImageEnabled?: null | boolean
MediaServiceUpscaleImageEnabledは画像の自動アップコンバートの設定フラグを表します。
このフィールドは、ADD時に省略可能となります。その際、デフォルト値はtrueになります。
MediaServiceUpscaleImageEnabled displays the flag settings of automatic image up-conversion.
This field is optional in ADD operation. The default value will be true.

Memberof

MediaServiceImageMedia

width?: null | number
横幅です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
The width of image.
Although this field will be returned in the response, it will be ignored on input.

Memberof

MediaServiceImageMedia