You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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.

Instance Attribute Summary collapse

Instance Attribute Details

#model_versionString

The version of the model used to detect segments.

Returns:

  • (String)

    The version of the model used to detect segments.

#typeString

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

Possible values:

  • TECHNICAL_CUE
  • SHOT

Returns:

  • (String)

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