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_version ⇒ String

The version of the model used to detect segments.

Returns:

  • (String)


6858
6859
6860
6861
6862
6863
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6858

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

#type ⇒ String

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

Returns:

  • (String)


6858
6859
6860
6861
6862
6863
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6858

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