Class: Aws::Types::VideoExtractionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VideoExtractionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#video_extraction_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute video_extraction_status.
-
#video_extraction_type ⇒ "AUDIO_TRANSCRIPTION_ONLY", "VISUAL_CONTENT_AND_AUDIO_TRANSCRIPTION"
Returns the value of attribute video_extraction_type.
Instance Attribute Details
#video_extraction_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute video_extraction_status.
12959 12960 12961 |
# File 'sig/types.rbs', line 12959 def video_extraction_status @video_extraction_status end |
#video_extraction_type ⇒ "AUDIO_TRANSCRIPTION_ONLY", "VISUAL_CONTENT_AND_AUDIO_TRANSCRIPTION"
Returns the value of attribute video_extraction_type.
12960 12961 12962 |
# File 'sig/types.rbs', line 12960 def video_extraction_type @video_extraction_type end |