Class: Aws::Rekognition::Types::SegmentTypeInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::SegmentTypeInfo
- Includes:
- Structure
- Defined in:
- 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
-
#model_version ⇒ String
The version of the model used to detect segments.
-
#type ⇒ String
The type of a segment (technical cue or shot detection).
Instance Attribute Details
#model_version ⇒ String
The version of the model used to detect segments.
6769 6770 6771 6772 6773 6774 |
# File 'lib/aws-sdk-rekognition/types.rb', line 6769 class SegmentTypeInfo < Struct.new( :type, :model_version) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of a segment (technical cue or shot detection).
6769 6770 6771 6772 6773 6774 |
# File 'lib/aws-sdk-rekognition/types.rb', line 6769 class SegmentTypeInfo < Struct.new( :type, :model_version) SENSITIVE = [] include Aws::Structure end |