Class: Aws::Types::GetSegmentDetectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSegmentDetectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_metadata ⇒ ::Array[Types::AudioMetadata]
Returns the value of attribute audio_metadata.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
-
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#segments ⇒ ::Array[Types::SegmentDetection]
Returns the value of attribute segments.
-
#selected_segment_types ⇒ ::Array[Types::SegmentTypeInfo]
Returns the value of attribute selected_segment_types.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#video ⇒ Types::Video
Returns the value of attribute video.
-
#video_metadata ⇒ ::Array[Types::VideoMetadata]
Returns the value of attribute video_metadata.
Instance Attribute Details
#audio_metadata ⇒ ::Array[Types::AudioMetadata]
Returns the value of attribute audio_metadata.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def job_id @job_id end |
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def job_status @job_status end |
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def job_tag @job_tag end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def next_token @next_token end |
#segments ⇒ ::Array[Types::SegmentDetection]
Returns the value of attribute segments.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def segments @segments end |
#selected_segment_types ⇒ ::Array[Types::SegmentTypeInfo]
Returns the value of attribute selected_segment_types.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def selected_segment_types @selected_segment_types end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def end |
#video ⇒ Types::Video
Returns the value of attribute video.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def video @video end |
#video_metadata ⇒ ::Array[Types::VideoMetadata]
Returns the value of attribute video_metadata.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def end |