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

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


6773
6774
6775
6776
6777
6778
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6773

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)


6773
6774
6775
6776
6777
6778
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6773

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