Class: Aws::BedrockDataAutomation::Types::VideoBoundingBox

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

Overview

Bounding Box Configuration of Video Extraction

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

State

Returns:

  • (String)


1589
1590
1591
1592
1593
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1589

class VideoBoundingBox < Struct.new(
  :state)
  SENSITIVE = []
  include Aws::Structure
end