Class: Aws::Types::VideoExtractionConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#video_extraction_status"ENABLED", "DISABLED"

Returns the value of attribute video_extraction_status.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:

  • ("AUDIO_TRANSCRIPTION_ONLY", "VISUAL_CONTENT_AND_AUDIO_TRANSCRIPTION")


12960
12961
12962
# File 'sig/types.rbs', line 12960

def video_extraction_type
  @video_extraction_type
end