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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockdataautomation/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



2845
2846
2847
2848
2849
2850
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2845

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

#categoryTypes::VideoExtractionCategory

Category of Video Extraction



2845
2846
2847
2848
2849
2850
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2845

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