Class: Aws::Rekognition::Types::ShotSegment

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

Overview

Information about a shot detection segment detected in a video. For more information, see SegmentDetection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#confidenceFloat

The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.

Returns:

  • (Float)


6785
6786
6787
6788
6789
6790
# File 'lib/aws-sdk-rekognition/types.rb', line 6785

class ShotSegment < Struct.new(
  :index,
  :confidence)
  SENSITIVE = []
  include Aws::Structure
end

#indexInteger

An Identifier for a shot detection segment detected in a video.

Returns:

  • (Integer)


6785
6786
6787
6788
6789
6790
# File 'lib/aws-sdk-rekognition/types.rb', line 6785

class ShotSegment < Struct.new(
  :index,
  :confidence)
  SENSITIVE = []
  include Aws::Structure
end