Class: Imagekitio::Models::Metadata::Exif::Exif

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/imagekitio/models/metadata.rb

Overview

See Also:

Instance Attribute Summary collapse

Method Summary

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

This class inherits a constructor from Imagekitio::Internal::Type::BaseModel

Instance Attribute Details

#aperture_valueFloat?

Returns:

  • (Float, nil)


175
# File 'lib/imagekitio/models/metadata.rb', line 175

optional :aperture_value, Float, api_name: :ApertureValue

#color_spaceInteger?

Returns:

  • (Integer, nil)


180
# File 'lib/imagekitio/models/metadata.rb', line 180

optional :color_space, Integer, api_name: :ColorSpace

#create_dateString?

Returns:

  • (String, nil)


185
# File 'lib/imagekitio/models/metadata.rb', line 185

optional :create_date, String, api_name: :CreateDate

#custom_renderedInteger?

Returns:

  • (Integer, nil)


190
# File 'lib/imagekitio/models/metadata.rb', line 190

optional :custom_rendered, Integer, api_name: :CustomRendered

#date_time_originalString?

Returns:

  • (String, nil)


195
# File 'lib/imagekitio/models/metadata.rb', line 195

optional :date_time_original, String, api_name: :DateTimeOriginal

#exif_image_heightInteger?

Returns:

  • (Integer, nil)


200
# File 'lib/imagekitio/models/metadata.rb', line 200

optional :exif_image_height, Integer, api_name: :ExifImageHeight

#exif_image_widthInteger?

Returns:

  • (Integer, nil)


205
# File 'lib/imagekitio/models/metadata.rb', line 205

optional :exif_image_width, Integer, api_name: :ExifImageWidth

#exif_versionString?

Returns:

  • (String, nil)


210
# File 'lib/imagekitio/models/metadata.rb', line 210

optional :exif_version, String, api_name: :ExifVersion

#exposure_compensationFloat?

Returns:

  • (Float, nil)


215
# File 'lib/imagekitio/models/metadata.rb', line 215

optional :exposure_compensation, Float, api_name: :ExposureCompensation

#exposure_modeInteger?

Returns:

  • (Integer, nil)


220
# File 'lib/imagekitio/models/metadata.rb', line 220

optional :exposure_mode, Integer, api_name: :ExposureMode

#exposure_programInteger?

Returns:

  • (Integer, nil)


225
# File 'lib/imagekitio/models/metadata.rb', line 225

optional :exposure_program, Integer, api_name: :ExposureProgram

#exposure_timeFloat?

Returns:

  • (Float, nil)


230
# File 'lib/imagekitio/models/metadata.rb', line 230

optional :exposure_time, Float, api_name: :ExposureTime

#f_numberFloat?

Returns:

  • (Float, nil)


245
# File 'lib/imagekitio/models/metadata.rb', line 245

optional :f_number, Float, api_name: :FNumber

#flashInteger?

Returns:

  • (Integer, nil)


235
# File 'lib/imagekitio/models/metadata.rb', line 235

optional :flash, Integer, api_name: :Flash

#flashpix_versionString?

Returns:

  • (String, nil)


240
# File 'lib/imagekitio/models/metadata.rb', line 240

optional :flashpix_version, String, api_name: :FlashpixVersion

#focal_lengthInteger?

Returns:

  • (Integer, nil)


250
# File 'lib/imagekitio/models/metadata.rb', line 250

optional :focal_length, Integer, api_name: :FocalLength

#focal_plane_resolution_unitInteger?

Returns:

  • (Integer, nil)


255
# File 'lib/imagekitio/models/metadata.rb', line 255

optional :focal_plane_resolution_unit, Integer, api_name: :FocalPlaneResolutionUnit

#focal_plane_x_resolutionFloat?

Returns:

  • (Float, nil)


260
# File 'lib/imagekitio/models/metadata.rb', line 260

optional :focal_plane_x_resolution, Float, api_name: :FocalPlaneXResolution

#focal_plane_y_resolutionFloat?

Returns:

  • (Float, nil)


265
# File 'lib/imagekitio/models/metadata.rb', line 265

optional :focal_plane_y_resolution, Float, api_name: :FocalPlaneYResolution

#interop_offsetInteger?

Returns:

  • (Integer, nil)


270
# File 'lib/imagekitio/models/metadata.rb', line 270

optional :interop_offset, Integer, api_name: :InteropOffset

#isoInteger?

Returns:

  • (Integer, nil)


275
# File 'lib/imagekitio/models/metadata.rb', line 275

optional :iso, Integer, api_name: :ISO

#metering_modeInteger?

Returns:

  • (Integer, nil)


280
# File 'lib/imagekitio/models/metadata.rb', line 280

optional :metering_mode, Integer, api_name: :MeteringMode

#scene_capture_typeInteger?

Returns:

  • (Integer, nil)


285
# File 'lib/imagekitio/models/metadata.rb', line 285

optional :scene_capture_type, Integer, api_name: :SceneCaptureType

#shutter_speed_valueFloat?

Returns:

  • (Float, nil)


290
# File 'lib/imagekitio/models/metadata.rb', line 290

optional :shutter_speed_value, Float, api_name: :ShutterSpeedValue

#sub_sec_timeString?

Returns:

  • (String, nil)


295
# File 'lib/imagekitio/models/metadata.rb', line 295

optional :sub_sec_time, String, api_name: :SubSecTime

#white_balanceInteger?

Returns:

  • (Integer, nil)


300
# File 'lib/imagekitio/models/metadata.rb', line 300

optional :white_balance, Integer, api_name: :WhiteBalance