Class: Aws::BedrockDataAutomation::Types::VideoStandardExtraction

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockdataautomation/types.rb

Overview

Standard Extraction Configuration of Video

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bounding_boxTypes::VideoBoundingBox

Bounding Box Configuration of Video Extraction



1747
1748
1749
1750
1751
1752
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1747

class VideoStandardExtraction < Struct.new(
  :category,
  :bounding_box)
  SENSITIVE = []
  include Aws::Structure
end

#categoryTypes::VideoExtractionCategory

Category of Video Extraction



1747
1748
1749
1750
1751
1752
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1747

class VideoStandardExtraction < Struct.new(
  :category,
  :bounding_box)
  SENSITIVE = []
  include Aws::Structure
end