Class: Aws::Types::SegmentDetection

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#duration_frames::Integer

Returns the value of attribute duration_frames.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1703
1704
1705
# File 'sig/types.rbs', line 1703

def end_timestamp_millis
  @end_timestamp_millis
end

#shot_segmentTypes::ShotSegment

Returns the value of attribute shot_segment.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1702
1703
1704
# File 'sig/types.rbs', line 1702

def start_timestamp_millis
  @start_timestamp_millis
end

#technical_cue_segmentTypes::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.

Returns:

  • ("TECHNICAL_CUE", "SHOT")


1701
1702
1703
# File 'sig/types.rbs', line 1701

def type
  @type
end