Class: Aws::Types::SegmentDetection
- Inherits:
-
Object
- Object
- Aws::Types::SegmentDetection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration_frames ⇒ ::Integer
Returns the value of attribute duration_frames.
-
#duration_millis ⇒ ::Integer
Returns the value of attribute duration_millis.
-
#duration_smpte ⇒ ::String
Returns the value of attribute duration_smpte.
-
#end_frame_number ⇒ ::Integer
Returns the value of attribute end_frame_number.
-
#end_timecode_smpte ⇒ ::String
Returns the value of attribute end_timecode_smpte.
-
#end_timestamp_millis ⇒ ::Integer
Returns the value of attribute end_timestamp_millis.
-
#shot_segment ⇒ Types::ShotSegment
Returns the value of attribute shot_segment.
-
#start_frame_number ⇒ ::Integer
Returns the value of attribute start_frame_number.
-
#start_timecode_smpte ⇒ ::String
Returns the value of attribute start_timecode_smpte.
-
#start_timestamp_millis ⇒ ::Integer
Returns the value of attribute start_timestamp_millis.
-
#technical_cue_segment ⇒ Types::TechnicalCueSegment
Returns the value of attribute technical_cue_segment.
-
#type ⇒ "TECHNICAL_CUE", "SHOT"
Returns the value of attribute type.
Instance Attribute Details
#duration_frames ⇒ ::Integer
Returns the value of attribute duration_frames.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def duration_frames @duration_frames end |
#duration_millis ⇒ ::Integer
Returns the value of attribute duration_millis.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def duration_millis @duration_millis end |
#duration_smpte ⇒ ::String
Returns the value of attribute duration_smpte.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def duration_smpte @duration_smpte end |
#end_frame_number ⇒ ::Integer
Returns the value of attribute end_frame_number.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def end_frame_number @end_frame_number end |
#end_timecode_smpte ⇒ ::String
Returns the value of attribute end_timecode_smpte.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def end_timecode_smpte @end_timecode_smpte end |
#end_timestamp_millis ⇒ ::Integer
Returns the value of attribute end_timestamp_millis.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def @end_timestamp_millis end |
#shot_segment ⇒ Types::ShotSegment
Returns the value of attribute shot_segment.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def shot_segment @shot_segment end |
#start_frame_number ⇒ ::Integer
Returns the value of attribute start_frame_number.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def start_frame_number @start_frame_number end |
#start_timecode_smpte ⇒ ::String
Returns the value of attribute start_timecode_smpte.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def start_timecode_smpte @start_timecode_smpte end |
#start_timestamp_millis ⇒ ::Integer
Returns the value of attribute start_timestamp_millis.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def @start_timestamp_millis end |
#technical_cue_segment ⇒ Types::TechnicalCueSegment
Returns the value of attribute technical_cue_segment.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def technical_cue_segment @technical_cue_segment end |
#type ⇒ "TECHNICAL_CUE", "SHOT"
Returns the value of attribute type.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def type @type end |