Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ImageMetadata

Collection of metadata related to image record.

Properties

Optional depth

depth: undefined | number

Depth of the image record. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional height

height: undefined | number

Height of the image record. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Const recordType

recordType: string = "IMAGE_METADATA"

Optional width

width: undefined | number

Width of the image record. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Methods

getDeserializedJsonObj

getJsonObj