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)


7781
7782
7783
7784
7785
7786
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7781

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

#typeString

The type of the technical cue.

Returns:

  • (String)


7781
7782
7783
7784
7785
7786
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7781

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