Class: Aws::BedrockDataAutomation::Types::VideoStandardExtraction
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::VideoStandardExtraction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Standard Extraction Configuration of Video
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bounding_box ⇒ Types::VideoBoundingBox
Bounding Box Configuration of Video Extraction.
-
#category ⇒ Types::VideoExtractionCategory
Category of Video Extraction.
Instance Attribute Details
#bounding_box ⇒ Types::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 |
#category ⇒ Types::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 |