Interface MediaServiceValue

MediaServiceValueオブジェクトは、処理結果を含む画像に関する情報を表します。
The MediaServiceValue object is a container for information of media including operation results.

Hierarchy

  • MediaServiceValue

Properties

errors?: null | display.ModelError[]

Memberof

MediaServiceValue

mediaRecord?: null | MediaServiceRecord

Memberof

MediaServiceValue

operationSucceeded?: null | boolean
処理結果です。trueの場合は、処理は成功しました。falseの場合は処理が失敗しています。
The process results. If true, the process succeeded. If false, the process failed.

Memberof

MediaServiceValue