Class: Aws::Rekognition::Types::TechnicalCueSegment

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

Overview

Information about a technical cue segment. 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)


6198
6199
6200
6201
6202
6203
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6198

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

#typeString

The type of the technical cue.

Returns:

  • (String)


6198
6199
6200
6201
6202
6203
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6198

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