Class: AsposeImagingCloud::ExifData

Inherits:
BaseObject show all
Defined in:
lib/aspose_imaging_cloud/models/exif_data.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BaseObject

#_deserialize, #_to_hash, #build_from_hash, #to_body, #to_hash, #to_s

Constructor Details

#initialize(attributes = {}) ⇒ ExifData

Returns a new instance of ExifData.



423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 423

def initialize(attributes = {})
  return if !attributes.is_a?(Hash) || attributes.empty?

  # convert string to symbol for hash key
  attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}

  
  if attributes[:'ApertureValue']
    self.aperture_value = attributes[:'ApertureValue']
  end
  
  if attributes[:'BodySerialNumber']
    self.body_serial_number = attributes[:'BodySerialNumber']
  end
  
  if attributes[:'BrightnessValue']
    self.brightness_value = attributes[:'BrightnessValue']
  end
  
  if attributes[:'CFAPattern']
    self.cfa_pattern = attributes[:'CFAPattern']
  end
  
  if attributes[:'CameraOwnerName']
    self.camera_owner_name = attributes[:'CameraOwnerName']
  end
  
  if attributes[:'ColorSpace']
    self.color_space = attributes[:'ColorSpace']
  end
  
  if attributes[:'ComponentsConfiguration']
    self.components_configuration = attributes[:'ComponentsConfiguration']
  end
  
  if attributes[:'CompressedBitsPerPixel']
    self.compressed_bits_per_pixel = attributes[:'CompressedBitsPerPixel']
  end
  
  if attributes[:'Contrast']
    self.contrast = attributes[:'Contrast']
  end
  
  if attributes[:'CustomRendered']
    self.custom_rendered = attributes[:'CustomRendered']
  end
  
  if attributes[:'DateTimeDigitized']
    self.date_time_digitized = attributes[:'DateTimeDigitized']
  end
  
  if attributes[:'DateTimeOriginal']
    self.date_time_original = attributes[:'DateTimeOriginal']
  end
  
  if attributes[:'DeviceSettingDescription']
    self.device_setting_description = attributes[:'DeviceSettingDescription']
  end
  
  if attributes[:'DigitalZoomRatio']
    self.digital_zoom_ratio = attributes[:'DigitalZoomRatio']
  end
  
  if attributes[:'ExifVersion']
    self.exif_version = attributes[:'ExifVersion']
  end
  
  if attributes[:'ExposureBiasValue']
    self.exposure_bias_value = attributes[:'ExposureBiasValue']
  end
  
  if attributes[:'ExposureIndex']
    self.exposure_index = attributes[:'ExposureIndex']
  end
  
  if attributes[:'ExposureMode']
    self.exposure_mode = attributes[:'ExposureMode']
  end
  
  if attributes[:'ExposureProgram']
    self.exposure_program = attributes[:'ExposureProgram']
  end
  
  if attributes[:'ExposureTime']
    self.exposure_time = attributes[:'ExposureTime']
  end
  
  if attributes[:'FNumber']
    self.f_number = attributes[:'FNumber']
  end
  
  if attributes[:'FileSource']
    self.file_source = attributes[:'FileSource']
  end
  
  if attributes[:'Flash']
    self.flash = attributes[:'Flash']
  end
  
  if attributes[:'FlashEnergy']
    self.flash_energy = attributes[:'FlashEnergy']
  end
  
  if attributes[:'FlashpixVersion']
    self.flashpix_version = attributes[:'FlashpixVersion']
  end
  
  if attributes[:'FocalLength']
    self.focal_length = attributes[:'FocalLength']
  end
  
  if attributes[:'FocalLengthIn35MmFilm']
    self.focal_length_in35_mm_film = attributes[:'FocalLengthIn35MmFilm']
  end
  
  if attributes[:'FocalPlaneResolutionUnit']
    self.focal_plane_resolution_unit = attributes[:'FocalPlaneResolutionUnit']
  end
  
  if attributes[:'FocalPlaneXResolution']
    self.focal_plane_x_resolution = attributes[:'FocalPlaneXResolution']
  end
  
  if attributes[:'FocalPlaneYResolution']
    self.focal_plane_y_resolution = attributes[:'FocalPlaneYResolution']
  end
  
  if attributes[:'GPSAltitude']
    self.gps_altitude = attributes[:'GPSAltitude']
  end
  
  if attributes[:'GPSAltitudeRef']
    self.gps_altitude_ref = attributes[:'GPSAltitudeRef']
  end
  
  if attributes[:'GPSAreaInformation']
    self.gps_area_information = attributes[:'GPSAreaInformation']
  end
  
  if attributes[:'GPSDOP']
    self.gpsdop = attributes[:'GPSDOP']
  end
  
  if attributes[:'GPSDestBearing']
    self.gps_dest_bearing = attributes[:'GPSDestBearing']
  end
  
  if attributes[:'GPSDestBearingRef']
    self.gps_dest_bearing_ref = attributes[:'GPSDestBearingRef']
  end
  
  if attributes[:'GPSDestDistance']
    self.gps_dest_distance = attributes[:'GPSDestDistance']
  end
  
  if attributes[:'GPSDestDistanceRef']
    self.gps_dest_distance_ref = attributes[:'GPSDestDistanceRef']
  end
  
  if attributes[:'GPSDestLatitude']
    if (value = attributes[:'GPSDestLatitude']).is_a?(Array)
      self.gps_dest_latitude = value
    end
  end
  
  if attributes[:'GPSDestLatitudeRef']
    self.gps_dest_latitude_ref = attributes[:'GPSDestLatitudeRef']
  end
  
  if attributes[:'GPSDestLongitude']
    if (value = attributes[:'GPSDestLongitude']).is_a?(Array)
      self.gps_dest_longitude = value
    end
  end
  
  if attributes[:'GPSDestLongitudeRef']
    self.gps_dest_longitude_ref = attributes[:'GPSDestLongitudeRef']
  end
  
  if attributes[:'GPSDifferential']
    self.gps_differential = attributes[:'GPSDifferential']
  end
  
  if attributes[:'GPSImgDirection']
    self.gps_img_direction = attributes[:'GPSImgDirection']
  end
  
  if attributes[:'GPSImgDirectionRef']
    self.gps_img_direction_ref = attributes[:'GPSImgDirectionRef']
  end
  
  if attributes[:'GPSDateStamp']
    self.gps_date_stamp = attributes[:'GPSDateStamp']
  end
  
  if attributes[:'GPSLatitude']
    if (value = attributes[:'GPSLatitude']).is_a?(Array)
      self.gps_latitude = value
    end
  end
  
  if attributes[:'GPSLatitudeRef']
    self.gps_latitude_ref = attributes[:'GPSLatitudeRef']
  end
  
  if attributes[:'GPSLongitude']
    if (value = attributes[:'GPSLongitude']).is_a?(Array)
      self.gps_longitude = value
    end
  end
  
  if attributes[:'GPSLongitudeRef']
    self.gps_longitude_ref = attributes[:'GPSLongitudeRef']
  end
  
  if attributes[:'GPSMapDatum']
    self.gps_map_datum = attributes[:'GPSMapDatum']
  end
  
  if attributes[:'GPSMeasureMode']
    self.gps_measure_mode = attributes[:'GPSMeasureMode']
  end
  
  if attributes[:'GPSProcessingMethod']
    self.gps_processing_method = attributes[:'GPSProcessingMethod']
  end
  
  if attributes[:'GPSSatellites']
    self.gps_satellites = attributes[:'GPSSatellites']
  end
  
  if attributes[:'GPSSpeed']
    self.gps_speed = attributes[:'GPSSpeed']
  end
  
  if attributes[:'GPSSpeedRef']
    self.gps_speed_ref = attributes[:'GPSSpeedRef']
  end
  
  if attributes[:'GPSStatus']
    self.gps_status = attributes[:'GPSStatus']
  end
  
  if attributes[:'GPSTimestamp']
    if (value = attributes[:'GPSTimestamp']).is_a?(Array)
      self.gps_timestamp = value
    end
  end
  
  if attributes[:'GPSTrack']
    self.gps_track = attributes[:'GPSTrack']
  end
  
  if attributes[:'GPSTrackRef']
    self.gps_track_ref = attributes[:'GPSTrackRef']
  end
  
  if attributes[:'GPSVersionID']
    self.gps_version_id = attributes[:'GPSVersionID']
  end
  
  if attributes[:'GainControl']
    self.gain_control = attributes[:'GainControl']
  end
  
  if attributes[:'Gamma']
    self.gamma = attributes[:'Gamma']
  end
  
  if attributes[:'ISOSpeed']
    self.iso_speed = attributes[:'ISOSpeed']
  end
  
  if attributes[:'ISOSpeedLatitudeYYY']
    self.iso_speed_latitude_yyy = attributes[:'ISOSpeedLatitudeYYY']
  end
  
  if attributes[:'ISOSpeedLatitudeZZZ']
    self.iso_speed_latitude_zzz = attributes[:'ISOSpeedLatitudeZZZ']
  end
  
  if attributes[:'PhotographicSensitivity']
    self.photographic_sensitivity = attributes[:'PhotographicSensitivity']
  end
  
  if attributes[:'ImageUniqueID']
    self.image_unique_id = attributes[:'ImageUniqueID']
  end
  
  if attributes[:'LensMake']
    self.lens_make = attributes[:'LensMake']
  end
  
  if attributes[:'LensModel']
    self.lens_model = attributes[:'LensModel']
  end
  
  if attributes[:'LensSerialNumber']
    self.lens_serial_number = attributes[:'LensSerialNumber']
  end
  
  if attributes[:'LensSpecification']
    if (value = attributes[:'LensSpecification']).is_a?(Array)
      self.lens_specification = value
    end
  end
  
  if attributes[:'LightSource']
    self.light_source = attributes[:'LightSource']
  end
  
  if attributes[:'MakerNoteRawData']
    self.maker_note_raw_data = attributes[:'MakerNoteRawData']
  end
  
  if attributes[:'MaxApertureValue']
    self.max_aperture_value = attributes[:'MaxApertureValue']
  end
  
  if attributes[:'MeteringMode']
    self.metering_mode = attributes[:'MeteringMode']
  end
  
  if attributes[:'OECF']
    self.oecf = attributes[:'OECF']
  end
  
  if attributes[:'PixelXDimension']
    self.pixel_x_dimension = attributes[:'PixelXDimension']
  end
  
  if attributes[:'PixelYDimension']
    self.pixel_y_dimension = attributes[:'PixelYDimension']
  end
  
  if attributes[:'RecommendedExposureIndex']
    self.recommended_exposure_index = attributes[:'RecommendedExposureIndex']
  end
  
  if attributes[:'RelatedSoundFile']
    self.related_sound_file = attributes[:'RelatedSoundFile']
  end
  
  if attributes[:'Saturation']
    self.saturation = attributes[:'Saturation']
  end
  
  if attributes[:'SceneCaptureType']
    self.scene_capture_type = attributes[:'SceneCaptureType']
  end
  
  if attributes[:'SceneType']
    self.scene_type = attributes[:'SceneType']
  end
  
  if attributes[:'SensingMethod']
    self.sensing_method = attributes[:'SensingMethod']
  end
  
  if attributes[:'SensitivityType']
    self.sensitivity_type = attributes[:'SensitivityType']
  end
  
  if attributes[:'Sharpness']
    self.sharpness = attributes[:'Sharpness']
  end
  
  if attributes[:'ShutterSpeedValue']
    self.shutter_speed_value = attributes[:'ShutterSpeedValue']
  end
  
  if attributes[:'SpatialFrequencyResponse']
    self.spatial_frequency_response = attributes[:'SpatialFrequencyResponse']
  end
  
  if attributes[:'SpectralSensitivity']
    self.spectral_sensitivity = attributes[:'SpectralSensitivity']
  end
  
  if attributes[:'StandardOutputSensitivity']
    self.standard_output_sensitivity = attributes[:'StandardOutputSensitivity']
  end
  
  if attributes[:'SubjectArea']
    if (value = attributes[:'SubjectArea']).is_a?(Array)
      self.subject_area = value
    end
  end
  
  if attributes[:'SubjectDistance']
    self.subject_distance = attributes[:'SubjectDistance']
  end
  
  if attributes[:'SubjectDistanceRange']
    self.subject_distance_range = attributes[:'SubjectDistanceRange']
  end
  
  if attributes[:'SubjectLocation']
    if (value = attributes[:'SubjectLocation']).is_a?(Array)
      self.subject_location = value
    end
  end
  
  if attributes[:'SubsecTime']
    self.subsec_time = attributes[:'SubsecTime']
  end
  
  if attributes[:'SubsecTimeDigitized']
    self.subsec_time_digitized = attributes[:'SubsecTimeDigitized']
  end
  
  if attributes[:'SubsecTimeOriginal']
    self.subsec_time_original = attributes[:'SubsecTimeOriginal']
  end
  
  if attributes[:'UserComment']
    self.user_comment = attributes[:'UserComment']
  end
  
  if attributes[:'WhiteBalance']
    self.white_balance = attributes[:'WhiteBalance']
  end
  
  if attributes[:'WhitePoint']
    if (value = attributes[:'WhitePoint']).is_a?(Array)
      self.white_point = value
    end
  end
  
end

Instance Attribute Details

#aperture_valueObject

Returns the value of attribute aperture_value.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def aperture_value
  @aperture_value
end

#body_serial_numberObject

Returns the value of attribute body_serial_number.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def body_serial_number
  @body_serial_number
end

#brightness_valueObject

Returns the value of attribute brightness_value.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def brightness_value
  @brightness_value
end

#camera_owner_nameObject

Returns the value of attribute camera_owner_name.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def camera_owner_name
  @camera_owner_name
end

#cfa_patternObject

Returns the value of attribute cfa_pattern.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def cfa_pattern
  @cfa_pattern
end

#color_spaceObject

Returns the value of attribute color_space.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def color_space
  @color_space
end

#components_configurationObject

Returns the value of attribute components_configuration.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def components_configuration
  @components_configuration
end

#compressed_bits_per_pixelObject

Returns the value of attribute compressed_bits_per_pixel.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def compressed_bits_per_pixel
  @compressed_bits_per_pixel
end

#contrastObject

Returns the value of attribute contrast.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def contrast
  @contrast
end

#custom_renderedObject

Returns the value of attribute custom_rendered.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def custom_rendered
  @custom_rendered
end

#date_time_digitizedObject

Returns the value of attribute date_time_digitized.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def date_time_digitized
  @date_time_digitized
end

#date_time_originalObject

Returns the value of attribute date_time_original.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def date_time_original
  @date_time_original
end

#device_setting_descriptionObject

Returns the value of attribute device_setting_description.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def device_setting_description
  @device_setting_description
end

#digital_zoom_ratioObject

Returns the value of attribute digital_zoom_ratio.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def digital_zoom_ratio
  @digital_zoom_ratio
end

#exif_versionObject

Returns the value of attribute exif_version.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def exif_version
  @exif_version
end

#exposure_bias_valueObject

Returns the value of attribute exposure_bias_value.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def exposure_bias_value
  @exposure_bias_value
end

#exposure_indexObject

Returns the value of attribute exposure_index.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def exposure_index
  @exposure_index
end

#exposure_modeObject

Returns the value of attribute exposure_mode.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def exposure_mode
  @exposure_mode
end

#exposure_programObject

Returns the value of attribute exposure_program.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def exposure_program
  @exposure_program
end

#exposure_timeObject

Returns the value of attribute exposure_time.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def exposure_time
  @exposure_time
end

#f_numberObject

Returns the value of attribute f_number.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def f_number
  @f_number
end

#file_sourceObject

Returns the value of attribute file_source.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def file_source
  @file_source
end

#flashObject

Returns the value of attribute flash.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def flash
  @flash
end

#flash_energyObject

Returns the value of attribute flash_energy.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def flash_energy
  @flash_energy
end

#flashpix_versionObject

Returns the value of attribute flashpix_version.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def flashpix_version
  @flashpix_version
end

#focal_lengthObject

Returns the value of attribute focal_length.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def focal_length
  @focal_length
end

#focal_length_in35_mm_filmObject

Returns the value of attribute focal_length_in35_mm_film.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def focal_length_in35_mm_film
  @focal_length_in35_mm_film
end

#focal_plane_resolution_unitObject

Returns the value of attribute focal_plane_resolution_unit.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def focal_plane_resolution_unit
  @focal_plane_resolution_unit
end

#focal_plane_x_resolutionObject

Returns the value of attribute focal_plane_x_resolution.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def focal_plane_x_resolution
  @focal_plane_x_resolution
end

#focal_plane_y_resolutionObject

Returns the value of attribute focal_plane_y_resolution.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def focal_plane_y_resolution
  @focal_plane_y_resolution
end

#gain_controlObject

Returns the value of attribute gain_control.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gain_control
  @gain_control
end

#gammaObject

Returns the value of attribute gamma.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gamma
  @gamma
end

#gps_altitudeObject

Returns the value of attribute gps_altitude.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_altitude
  @gps_altitude
end

#gps_altitude_refObject

Returns the value of attribute gps_altitude_ref.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_altitude_ref
  @gps_altitude_ref
end

#gps_area_informationObject

Returns the value of attribute gps_area_information.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_area_information
  @gps_area_information
end

#gps_date_stampObject

Returns the value of attribute gps_date_stamp.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_date_stamp
  @gps_date_stamp
end

#gps_dest_bearingObject

Returns the value of attribute gps_dest_bearing.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_dest_bearing
  @gps_dest_bearing
end

#gps_dest_bearing_refObject

Returns the value of attribute gps_dest_bearing_ref.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_dest_bearing_ref
  @gps_dest_bearing_ref
end

#gps_dest_distanceObject

Returns the value of attribute gps_dest_distance.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_dest_distance
  @gps_dest_distance
end

#gps_dest_distance_refObject

Returns the value of attribute gps_dest_distance_ref.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_dest_distance_ref
  @gps_dest_distance_ref
end

#gps_dest_latitudeObject

Returns the value of attribute gps_dest_latitude.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_dest_latitude
  @gps_dest_latitude
end

#gps_dest_latitude_refObject

Returns the value of attribute gps_dest_latitude_ref.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_dest_latitude_ref
  @gps_dest_latitude_ref
end

#gps_dest_longitudeObject

Returns the value of attribute gps_dest_longitude.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_dest_longitude
  @gps_dest_longitude
end

#gps_dest_longitude_refObject

Returns the value of attribute gps_dest_longitude_ref.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_dest_longitude_ref
  @gps_dest_longitude_ref
end

#gps_differentialObject

Returns the value of attribute gps_differential.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_differential
  @gps_differential
end

#gps_img_directionObject

Returns the value of attribute gps_img_direction.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_img_direction
  @gps_img_direction
end

#gps_img_direction_refObject

Returns the value of attribute gps_img_direction_ref.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_img_direction_ref
  @gps_img_direction_ref
end

#gps_latitudeObject

Returns the value of attribute gps_latitude.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_latitude
  @gps_latitude
end

#gps_latitude_refObject

Returns the value of attribute gps_latitude_ref.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_latitude_ref
  @gps_latitude_ref
end

#gps_longitudeObject

Returns the value of attribute gps_longitude.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_longitude
  @gps_longitude
end

#gps_longitude_refObject

Returns the value of attribute gps_longitude_ref.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_longitude_ref
  @gps_longitude_ref
end

#gps_map_datumObject

Returns the value of attribute gps_map_datum.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_map_datum
  @gps_map_datum
end

#gps_measure_modeObject

Returns the value of attribute gps_measure_mode.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_measure_mode
  @gps_measure_mode
end

#gps_processing_methodObject

Returns the value of attribute gps_processing_method.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_processing_method
  @gps_processing_method
end

#gps_satellitesObject

Returns the value of attribute gps_satellites.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_satellites
  @gps_satellites
end

#gps_speedObject

Returns the value of attribute gps_speed.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_speed
  @gps_speed
end

#gps_speed_refObject

Returns the value of attribute gps_speed_ref.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_speed_ref
  @gps_speed_ref
end

#gps_statusObject

Returns the value of attribute gps_status.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_status
  @gps_status
end

#gps_timestampObject

Returns the value of attribute gps_timestamp.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_timestamp
  @gps_timestamp
end

#gps_trackObject

Returns the value of attribute gps_track.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_track
  @gps_track
end

#gps_track_refObject

Returns the value of attribute gps_track_ref.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_track_ref
  @gps_track_ref
end

#gps_version_idObject

Returns the value of attribute gps_version_id.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gps_version_id
  @gps_version_id
end

#gpsdopObject

Returns the value of attribute gpsdop.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def gpsdop
  @gpsdop
end

#image_unique_idObject

Returns the value of attribute image_unique_id.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def image_unique_id
  @image_unique_id
end

#iso_speedObject

Returns the value of attribute iso_speed.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def iso_speed
  @iso_speed
end

#iso_speed_latitude_yyyObject

Returns the value of attribute iso_speed_latitude_yyy.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def iso_speed_latitude_yyy
  @iso_speed_latitude_yyy
end

#iso_speed_latitude_zzzObject

Returns the value of attribute iso_speed_latitude_zzz.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def iso_speed_latitude_zzz
  @iso_speed_latitude_zzz
end

#lens_makeObject

Returns the value of attribute lens_make.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def lens_make
  @lens_make
end

#lens_modelObject

Returns the value of attribute lens_model.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def lens_model
  @lens_model
end

#lens_serial_numberObject

Returns the value of attribute lens_serial_number.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def lens_serial_number
  @lens_serial_number
end

#lens_specificationObject

Returns the value of attribute lens_specification.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def lens_specification
  @lens_specification
end

#light_sourceObject

Returns the value of attribute light_source.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def light_source
  @light_source
end

#maker_note_raw_dataObject

Returns the value of attribute maker_note_raw_data.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def maker_note_raw_data
  @maker_note_raw_data
end

#max_aperture_valueObject

Returns the value of attribute max_aperture_value.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def max_aperture_value
  @max_aperture_value
end

#metering_modeObject

Returns the value of attribute metering_mode.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def metering_mode
  @metering_mode
end

#oecfObject

Returns the value of attribute oecf.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def oecf
  @oecf
end

#photographic_sensitivityObject

Returns the value of attribute photographic_sensitivity.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def photographic_sensitivity
  @photographic_sensitivity
end

#pixel_x_dimensionObject

Returns the value of attribute pixel_x_dimension.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def pixel_x_dimension
  @pixel_x_dimension
end

#pixel_y_dimensionObject

Returns the value of attribute pixel_y_dimension.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def pixel_y_dimension
  @pixel_y_dimension
end

Returns the value of attribute recommended_exposure_index.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def recommended_exposure_index
  @recommended_exposure_index
end

Returns the value of attribute related_sound_file.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def related_sound_file
  @related_sound_file
end

#saturationObject

Returns the value of attribute saturation.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def saturation
  @saturation
end

#scene_capture_typeObject

Returns the value of attribute scene_capture_type.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def scene_capture_type
  @scene_capture_type
end

#scene_typeObject

Returns the value of attribute scene_type.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def scene_type
  @scene_type
end

#sensing_methodObject

Returns the value of attribute sensing_method.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def sensing_method
  @sensing_method
end

#sensitivity_typeObject

Returns the value of attribute sensitivity_type.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def sensitivity_type
  @sensitivity_type
end

#sharpnessObject

Returns the value of attribute sharpness.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def sharpness
  @sharpness
end

#shutter_speed_valueObject

Returns the value of attribute shutter_speed_value.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def shutter_speed_value
  @shutter_speed_value
end

#spatial_frequency_responseObject

Returns the value of attribute spatial_frequency_response.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def spatial_frequency_response
  @spatial_frequency_response
end

#spectral_sensitivityObject

Returns the value of attribute spectral_sensitivity.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def spectral_sensitivity
  @spectral_sensitivity
end

#standard_output_sensitivityObject

Returns the value of attribute standard_output_sensitivity.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def standard_output_sensitivity
  @standard_output_sensitivity
end

#subject_areaObject

Returns the value of attribute subject_area.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def subject_area
  @subject_area
end

#subject_distanceObject

Returns the value of attribute subject_distance.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def subject_distance
  @subject_distance
end

#subject_distance_rangeObject

Returns the value of attribute subject_distance_range.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def subject_distance_range
  @subject_distance_range
end

#subject_locationObject

Returns the value of attribute subject_location.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def subject_location
  @subject_location
end

#subsec_timeObject

Returns the value of attribute subsec_time.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def subsec_time
  @subsec_time
end

#subsec_time_digitizedObject

Returns the value of attribute subsec_time_digitized.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def subsec_time_digitized
  @subsec_time_digitized
end

#subsec_time_originalObject

Returns the value of attribute subsec_time_original.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def subsec_time_original
  @subsec_time_original
end

#user_commentObject

Returns the value of attribute user_comment.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def user_comment
  @user_comment
end

#white_balanceObject

Returns the value of attribute white_balance.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def white_balance
  @white_balance
end

#white_pointObject

Returns the value of attribute white_point.



4
5
6
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 4

def white_point
  @white_point
end

Class Method Details

.attribute_mapObject

attribute mapping from ruby-style variable name to JSON key



6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 6

def self.attribute_map
  {
    
    # 
    :'aperture_value' => :'ApertureValue',
    
    # 
    :'body_serial_number' => :'BodySerialNumber',
    
    # 
    :'brightness_value' => :'BrightnessValue',
    
    # 
    :'cfa_pattern' => :'CFAPattern',
    
    # 
    :'camera_owner_name' => :'CameraOwnerName',
    
    # 
    :'color_space' => :'ColorSpace',
    
    # 
    :'components_configuration' => :'ComponentsConfiguration',
    
    # 
    :'compressed_bits_per_pixel' => :'CompressedBitsPerPixel',
    
    # 
    :'contrast' => :'Contrast',
    
    # 
    :'custom_rendered' => :'CustomRendered',
    
    # 
    :'date_time_digitized' => :'DateTimeDigitized',
    
    # 
    :'date_time_original' => :'DateTimeOriginal',
    
    # 
    :'device_setting_description' => :'DeviceSettingDescription',
    
    # 
    :'digital_zoom_ratio' => :'DigitalZoomRatio',
    
    # 
    :'exif_version' => :'ExifVersion',
    
    # 
    :'exposure_bias_value' => :'ExposureBiasValue',
    
    # 
    :'exposure_index' => :'ExposureIndex',
    
    # 
    :'exposure_mode' => :'ExposureMode',
    
    # 
    :'exposure_program' => :'ExposureProgram',
    
    # 
    :'exposure_time' => :'ExposureTime',
    
    # 
    :'f_number' => :'FNumber',
    
    # 
    :'file_source' => :'FileSource',
    
    # 
    :'flash' => :'Flash',
    
    # 
    :'flash_energy' => :'FlashEnergy',
    
    # 
    :'flashpix_version' => :'FlashpixVersion',
    
    # 
    :'focal_length' => :'FocalLength',
    
    # 
    :'focal_length_in35_mm_film' => :'FocalLengthIn35MmFilm',
    
    # 
    :'focal_plane_resolution_unit' => :'FocalPlaneResolutionUnit',
    
    # 
    :'focal_plane_x_resolution' => :'FocalPlaneXResolution',
    
    # 
    :'focal_plane_y_resolution' => :'FocalPlaneYResolution',
    
    # 
    :'gps_altitude' => :'GPSAltitude',
    
    # 
    :'gps_altitude_ref' => :'GPSAltitudeRef',
    
    # 
    :'gps_area_information' => :'GPSAreaInformation',
    
    # 
    :'gpsdop' => :'GPSDOP',
    
    # 
    :'gps_dest_bearing' => :'GPSDestBearing',
    
    # 
    :'gps_dest_bearing_ref' => :'GPSDestBearingRef',
    
    # 
    :'gps_dest_distance' => :'GPSDestDistance',
    
    # 
    :'gps_dest_distance_ref' => :'GPSDestDistanceRef',
    
    # 
    :'gps_dest_latitude' => :'GPSDestLatitude',
    
    # 
    :'gps_dest_latitude_ref' => :'GPSDestLatitudeRef',
    
    # 
    :'gps_dest_longitude' => :'GPSDestLongitude',
    
    # 
    :'gps_dest_longitude_ref' => :'GPSDestLongitudeRef',
    
    # 
    :'gps_differential' => :'GPSDifferential',
    
    # 
    :'gps_img_direction' => :'GPSImgDirection',
    
    # 
    :'gps_img_direction_ref' => :'GPSImgDirectionRef',
    
    # 
    :'gps_date_stamp' => :'GPSDateStamp',
    
    # 
    :'gps_latitude' => :'GPSLatitude',
    
    # 
    :'gps_latitude_ref' => :'GPSLatitudeRef',
    
    # 
    :'gps_longitude' => :'GPSLongitude',
    
    # 
    :'gps_longitude_ref' => :'GPSLongitudeRef',
    
    # 
    :'gps_map_datum' => :'GPSMapDatum',
    
    # 
    :'gps_measure_mode' => :'GPSMeasureMode',
    
    # 
    :'gps_processing_method' => :'GPSProcessingMethod',
    
    # 
    :'gps_satellites' => :'GPSSatellites',
    
    # 
    :'gps_speed' => :'GPSSpeed',
    
    # 
    :'gps_speed_ref' => :'GPSSpeedRef',
    
    # 
    :'gps_status' => :'GPSStatus',
    
    # 
    :'gps_timestamp' => :'GPSTimestamp',
    
    # 
    :'gps_track' => :'GPSTrack',
    
    # 
    :'gps_track_ref' => :'GPSTrackRef',
    
    # 
    :'gps_version_id' => :'GPSVersionID',
    
    # 
    :'gain_control' => :'GainControl',
    
    # 
    :'gamma' => :'Gamma',
    
    # 
    :'iso_speed' => :'ISOSpeed',
    
    # 
    :'iso_speed_latitude_yyy' => :'ISOSpeedLatitudeYYY',
    
    # 
    :'iso_speed_latitude_zzz' => :'ISOSpeedLatitudeZZZ',
    
    # 
    :'photographic_sensitivity' => :'PhotographicSensitivity',
    
    # 
    :'image_unique_id' => :'ImageUniqueID',
    
    # 
    :'lens_make' => :'LensMake',
    
    # 
    :'lens_model' => :'LensModel',
    
    # 
    :'lens_serial_number' => :'LensSerialNumber',
    
    # 
    :'lens_specification' => :'LensSpecification',
    
    # 
    :'light_source' => :'LightSource',
    
    # 
    :'maker_note_raw_data' => :'MakerNoteRawData',
    
    # 
    :'max_aperture_value' => :'MaxApertureValue',
    
    # 
    :'metering_mode' => :'MeteringMode',
    
    # 
    :'oecf' => :'OECF',
    
    # 
    :'pixel_x_dimension' => :'PixelXDimension',
    
    # 
    :'pixel_y_dimension' => :'PixelYDimension',
    
    # 
    :'recommended_exposure_index' => :'RecommendedExposureIndex',
    
    # 
    :'related_sound_file' => :'RelatedSoundFile',
    
    # 
    :'saturation' => :'Saturation',
    
    # 
    :'scene_capture_type' => :'SceneCaptureType',
    
    # 
    :'scene_type' => :'SceneType',
    
    # 
    :'sensing_method' => :'SensingMethod',
    
    # 
    :'sensitivity_type' => :'SensitivityType',
    
    # 
    :'sharpness' => :'Sharpness',
    
    # 
    :'shutter_speed_value' => :'ShutterSpeedValue',
    
    # 
    :'spatial_frequency_response' => :'SpatialFrequencyResponse',
    
    # 
    :'spectral_sensitivity' => :'SpectralSensitivity',
    
    # 
    :'standard_output_sensitivity' => :'StandardOutputSensitivity',
    
    # 
    :'subject_area' => :'SubjectArea',
    
    # 
    :'subject_distance' => :'SubjectDistance',
    
    # 
    :'subject_distance_range' => :'SubjectDistanceRange',
    
    # 
    :'subject_location' => :'SubjectLocation',
    
    # 
    :'subsec_time' => :'SubsecTime',
    
    # 
    :'subsec_time_digitized' => :'SubsecTimeDigitized',
    
    # 
    :'subsec_time_original' => :'SubsecTimeOriginal',
    
    # 
    :'user_comment' => :'UserComment',
    
    # 
    :'white_balance' => :'WhiteBalance',
    
    # 
    :'white_point' => :'WhitePoint'
    
  }
end

.swagger_typesObject

attribute type



316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
# File 'lib/aspose_imaging_cloud/models/exif_data.rb', line 316

def self.swagger_types
  {
    :'aperture_value' => :'Float',
    :'body_serial_number' => :'String',
    :'brightness_value' => :'Float',
    :'cfa_pattern' => :'String',
    :'camera_owner_name' => :'String',
    :'color_space' => :'String',
    :'components_configuration' => :'String',
    :'compressed_bits_per_pixel' => :'Float',
    :'contrast' => :'String',
    :'custom_rendered' => :'String',
    :'date_time_digitized' => :'String',
    :'date_time_original' => :'String',
    :'device_setting_description' => :'String',
    :'digital_zoom_ratio' => :'Float',
    :'exif_version' => :'String',
    :'exposure_bias_value' => :'Float',
    :'exposure_index' => :'Float',
    :'exposure_mode' => :'String',
    :'exposure_program' => :'String',
    :'exposure_time' => :'Float',
    :'f_number' => :'Float',
    :'file_source' => :'String',
    :'flash' => :'String',
    :'flash_energy' => :'Float',
    :'flashpix_version' => :'String',
    :'focal_length' => :'Float',
    :'focal_length_in35_mm_film' => :'Integer',
    :'focal_plane_resolution_unit' => :'String',
    :'focal_plane_x_resolution' => :'Float',
    :'focal_plane_y_resolution' => :'Float',
    :'gps_altitude' => :'Float',
    :'gps_altitude_ref' => :'String',
    :'gps_area_information' => :'String',
    :'gpsdop' => :'Float',
    :'gps_dest_bearing' => :'Float',
    :'gps_dest_bearing_ref' => :'String',
    :'gps_dest_distance' => :'Float',
    :'gps_dest_distance_ref' => :'String',
    :'gps_dest_latitude' => :'Array<Float>',
    :'gps_dest_latitude_ref' => :'String',
    :'gps_dest_longitude' => :'Array<Float>',
    :'gps_dest_longitude_ref' => :'String',
    :'gps_differential' => :'Integer',
    :'gps_img_direction' => :'Float',
    :'gps_img_direction_ref' => :'String',
    :'gps_date_stamp' => :'String',
    :'gps_latitude' => :'Array<Float>',
    :'gps_latitude_ref' => :'String',
    :'gps_longitude' => :'Array<Float>',
    :'gps_longitude_ref' => :'String',
    :'gps_map_datum' => :'String',
    :'gps_measure_mode' => :'String',
    :'gps_processing_method' => :'String',
    :'gps_satellites' => :'String',
    :'gps_speed' => :'Float',
    :'gps_speed_ref' => :'String',
    :'gps_status' => :'String',
    :'gps_timestamp' => :'Array<Float>',
    :'gps_track' => :'String',
    :'gps_track_ref' => :'String',
    :'gps_version_id' => :'String',
    :'gain_control' => :'String',
    :'gamma' => :'Float',
    :'iso_speed' => :'Integer',
    :'iso_speed_latitude_yyy' => :'Integer',
    :'iso_speed_latitude_zzz' => :'Integer',
    :'photographic_sensitivity' => :'Integer',
    :'image_unique_id' => :'String',
    :'lens_make' => :'String',
    :'lens_model' => :'String',
    :'lens_serial_number' => :'String',
    :'lens_specification' => :'Array<Float>',
    :'light_source' => :'String',
    :'maker_note_raw_data' => :'String',
    :'max_aperture_value' => :'Float',
    :'metering_mode' => :'String',
    :'oecf' => :'String',
    :'pixel_x_dimension' => :'Integer',
    :'pixel_y_dimension' => :'Integer',
    :'recommended_exposure_index' => :'Integer',
    :'related_sound_file' => :'String',
    :'saturation' => :'String',
    :'scene_capture_type' => :'String',
    :'scene_type' => :'String',
    :'sensing_method' => :'String',
    :'sensitivity_type' => :'Integer',
    :'sharpness' => :'Integer',
    :'shutter_speed_value' => :'Float',
    :'spatial_frequency_response' => :'String',
    :'spectral_sensitivity' => :'String',
    :'standard_output_sensitivity' => :'Integer',
    :'subject_area' => :'Array<Integer>',
    :'subject_distance' => :'Float',
    :'subject_distance_range' => :'String',
    :'subject_location' => :'Array<Integer>',
    :'subsec_time' => :'String',
    :'subsec_time_digitized' => :'String',
    :'subsec_time_original' => :'String',
    :'user_comment' => :'String',
    :'white_balance' => :'String',
    :'white_point' => :'Array<Float>'
    
  }
end