AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BlackFrame.h
1
6#pragma once
7#include <aws/rekognition/Rekognition_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Rekognition
20{
21namespace Model
22{
23
35 {
36 public:
37 AWS_REKOGNITION_API BlackFrame();
38 AWS_REKOGNITION_API BlackFrame(Aws::Utils::Json::JsonView jsonValue);
39 AWS_REKOGNITION_API BlackFrame& operator=(Aws::Utils::Json::JsonView jsonValue);
40 AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
55 inline double GetMaxPixelThreshold() const{ return m_maxPixelThreshold; }
56 inline bool MaxPixelThresholdHasBeenSet() const { return m_maxPixelThresholdHasBeenSet; }
57 inline void SetMaxPixelThreshold(double value) { m_maxPixelThresholdHasBeenSet = true; m_maxPixelThreshold = value; }
58 inline BlackFrame& WithMaxPixelThreshold(double value) { SetMaxPixelThreshold(value); return *this;}
60
62
70 inline double GetMinCoveragePercentage() const{ return m_minCoveragePercentage; }
71 inline bool MinCoveragePercentageHasBeenSet() const { return m_minCoveragePercentageHasBeenSet; }
72 inline void SetMinCoveragePercentage(double value) { m_minCoveragePercentageHasBeenSet = true; m_minCoveragePercentage = value; }
73 inline BlackFrame& WithMinCoveragePercentage(double value) { SetMinCoveragePercentage(value); return *this;}
75 private:
76
77 double m_maxPixelThreshold;
78 bool m_maxPixelThresholdHasBeenSet = false;
79
80 double m_minCoveragePercentage;
81 bool m_minCoveragePercentageHasBeenSet = false;
82 };
83
84} // namespace Model
85} // namespace Rekognition
86} // namespace Aws
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
BlackFrame & WithMinCoveragePercentage(double value)
Definition BlackFrame.h:73
AWS_REKOGNITION_API BlackFrame(Aws::Utils::Json::JsonView jsonValue)
void SetMinCoveragePercentage(double value)
Definition BlackFrame.h:72
void SetMaxPixelThreshold(double value)
Definition BlackFrame.h:57
AWS_REKOGNITION_API BlackFrame()
BlackFrame & WithMaxPixelThreshold(double value)
Definition BlackFrame.h:58
AWS_REKOGNITION_API BlackFrame & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue