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)


6756
6757
6758
6759
6760
6761
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6756

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)


6756
6757
6758
6759
6760
6761
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6756

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