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.
13428 13429 13430 |
# File 'sig/types.rbs', line 13428 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.
13429 13430 13431 |
# File 'sig/types.rbs', line 13429 def video_extraction_type @video_extraction_type end |