Class: Aws::Rekognition::Types::SegmentTypeInfo

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

Overview

Information about the type of a segment requested in a call to StartSegmentDetection. An array of SegmentTypeInfo objects is returned by the response from GetSegmentDetection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_versionString

The version of the model used to detect segments.

Returns:

  • (String)


5215
5216
5217
5218
5219
5220
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5215

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

#typeString

The type of a segment (technical cue or shot detection).

Returns:

  • (String)


5215
5216
5217
5218
5219
5220
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5215

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