libZSservicesZSamazonka-rekognitionZSamazonka-rekognition
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Rekognition.Types.StartTechnicalCueDetectionFilter

Description

 
Synopsis

Documentation

data StartTechnicalCueDetectionFilter Source #

Filters for the technical segments returned by GetSegmentDetection. For more information, see StartSegmentDetectionFilters.

See: newStartTechnicalCueDetectionFilter smart constructor.

Constructors

StartTechnicalCueDetectionFilter' 

Fields

  • blackFrame :: Maybe BlackFrame

    A filter that allows you to control the black frame detection by specifying the black levels and pixel coverage of black pixels in a frame. Videos can come from multiple sources, formats, and time periods, with different standards and varying noise levels for black frames that need to be accounted for.

  • minSegmentConfidence :: Maybe Double

    Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected segment. Confidence represents how certain Amazon Rekognition is that a segment is correctly identified. 0 is the lowest confidence. 100 is the highest confidence. Amazon Rekognition Video doesn't return any segments with a confidence level lower than this specified value.

    If you don't specify MinSegmentConfidence, GetSegmentDetection returns segments with confidence values greater than or equal to 50 percent.

Instances

Instances details
Eq StartTechnicalCueDetectionFilter Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartTechnicalCueDetectionFilter

Read StartTechnicalCueDetectionFilter Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartTechnicalCueDetectionFilter

Show StartTechnicalCueDetectionFilter Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartTechnicalCueDetectionFilter

Generic StartTechnicalCueDetectionFilter Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartTechnicalCueDetectionFilter

Associated Types

type Rep StartTechnicalCueDetectionFilter :: Type -> Type #

NFData StartTechnicalCueDetectionFilter Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartTechnicalCueDetectionFilter

Hashable StartTechnicalCueDetectionFilter Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartTechnicalCueDetectionFilter

ToJSON StartTechnicalCueDetectionFilter Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartTechnicalCueDetectionFilter

type Rep StartTechnicalCueDetectionFilter Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartTechnicalCueDetectionFilter

type Rep StartTechnicalCueDetectionFilter = D1 ('MetaData "StartTechnicalCueDetectionFilter" "Amazonka.Rekognition.Types.StartTechnicalCueDetectionFilter" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "StartTechnicalCueDetectionFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "blackFrame") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BlackFrame)) :*: S1 ('MetaSel ('Just "minSegmentConfidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newStartTechnicalCueDetectionFilter :: StartTechnicalCueDetectionFilter Source #

Create a value of StartTechnicalCueDetectionFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:blackFrame:StartTechnicalCueDetectionFilter', startTechnicalCueDetectionFilter_blackFrame - A filter that allows you to control the black frame detection by specifying the black levels and pixel coverage of black pixels in a frame. Videos can come from multiple sources, formats, and time periods, with different standards and varying noise levels for black frames that need to be accounted for.

$sel:minSegmentConfidence:StartTechnicalCueDetectionFilter', startTechnicalCueDetectionFilter_minSegmentConfidence - Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected segment. Confidence represents how certain Amazon Rekognition is that a segment is correctly identified. 0 is the lowest confidence. 100 is the highest confidence. Amazon Rekognition Video doesn't return any segments with a confidence level lower than this specified value.

If you don't specify MinSegmentConfidence, GetSegmentDetection returns segments with confidence values greater than or equal to 50 percent.

startTechnicalCueDetectionFilter_blackFrame :: Lens' StartTechnicalCueDetectionFilter (Maybe BlackFrame) Source #

A filter that allows you to control the black frame detection by specifying the black levels and pixel coverage of black pixels in a frame. Videos can come from multiple sources, formats, and time periods, with different standards and varying noise levels for black frames that need to be accounted for.

startTechnicalCueDetectionFilter_minSegmentConfidence :: Lens' StartTechnicalCueDetectionFilter (Maybe Double) Source #

Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected segment. Confidence represents how certain Amazon Rekognition is that a segment is correctly identified. 0 is the lowest confidence. 100 is the highest confidence. Amazon Rekognition Video doesn't return any segments with a confidence level lower than this specified value.

If you don't specify MinSegmentConfidence, GetSegmentDetection returns segments with confidence values greater than or equal to 50 percent.