Class: Aws::Rekognition::Types::SegmentTypeInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::SegmentTypeInfo
- 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
-
#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.
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 |
#type ⇒ String
The type of a segment (technical cue or shot detection).
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 |