Home
last modified time | relevance | path

Searched refs:ModerationLabel (Results 1 – 25 of 58) sorted by relevance

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rekognition/include/aws/rekognition/model/
H A DModerationLabel.h35 class AWS_REKOGNITION_API ModerationLabel
38 ModerationLabel();
39 ModerationLabel(Aws::Utils::Json::JsonView jsonValue);
40 ModerationLabel& operator=(Aws::Utils::Json::JsonView jsonValue);
74 inline ModerationLabel& WithConfidence(double value) { SetConfidence(value); return *this;} in WithConfidence()
105 inline ModerationLabel& WithName(const Aws::String& value) { SetName(value); return *this;} in WithName()
110 … inline ModerationLabel& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} in WithName()
115 inline ModerationLabel& WithName(const char* value) { SetName(value); return *this;} in WithName()
152 …inline ModerationLabel& WithParentName(const Aws::String& value) { SetParentName(value); return *t… in WithParentName()
158 …inline ModerationLabel& WithParentName(Aws::String&& value) { SetParentName(std::move(value)); ret… in WithParentName()
[all …]
H A DDetectModerationLabelsResult.h42 …inline const Aws::Vector<ModerationLabel>& GetModerationLabels() const{ return m_moderationLabels;… in GetModerationLabels()
48 …inline void SetModerationLabels(const Aws::Vector<ModerationLabel>& value) { m_moderationLabels = … in SetModerationLabels()
54 …inline void SetModerationLabels(Aws::Vector<ModerationLabel>&& value) { m_moderationLabels = std::… in SetModerationLabels()
60 …inline DetectModerationLabelsResult& WithModerationLabels(const Aws::Vector<ModerationLabel>& valu… in WithModerationLabels()
66 …inline DetectModerationLabelsResult& WithModerationLabels(Aws::Vector<ModerationLabel>&& value) { … in WithModerationLabels()
72 …inline DetectModerationLabelsResult& AddModerationLabels(const ModerationLabel& value) { m_moderat… in AddModerationLabels()
78 …inline DetectModerationLabelsResult& AddModerationLabels(ModerationLabel&& value) { m_moderationLa… in AddModerationLabels()
151 Aws::Vector<ModerationLabel> m_moderationLabels;
H A DContentModerationDetection.h69 inline const ModerationLabel& GetModerationLabel() const{ return m_moderationLabel; } in GetModerationLabel()
79 …inline void SetModerationLabel(const ModerationLabel& value) { m_moderationLabelHasBeenSet = true;… in SetModerationLabel()
84 …inline void SetModerationLabel(ModerationLabel&& value) { m_moderationLabelHasBeenSet = true; m_mo… in SetModerationLabel()
89 …inline ContentModerationDetection& WithModerationLabel(const ModerationLabel& value) { SetModerati… in WithModerationLabel()
94 …inline ContentModerationDetection& WithModerationLabel(ModerationLabel&& value) { SetModerationLab… in WithModerationLabel()
101 ModerationLabel m_moderationLabel;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rekognition/source/model/
H A DModerationLabel.cpp21 ModerationLabel::ModerationLabel() : in ModerationLabel() function in Aws::Rekognition::Model::ModerationLabel
29 ModerationLabel::ModerationLabel(JsonView jsonValue) : in ModerationLabel() function in Aws::Rekognition::Model::ModerationLabel
38 ModerationLabel& ModerationLabel::operator =(JsonView jsonValue) in operator =()
64 JsonValue ModerationLabel::Jsonize() const in Jsonize()
/dports/devel/awscli/awscli-1.20.61/awscli/examples/rekognition/
H A Dget-content-moderation.rst15 "ModerationLabel": {
23 "ModerationLabel": {
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/rekognition/types/
H A Dtypes.go202 ModerationLabel *ModerationLabel member
702 type ModerationLabel struct { struct
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/rekognition/types/
H A Dtypes.go202 ModerationLabel *ModerationLabel member
702 type ModerationLabel struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/rekognition/types/
H A Dtypes.go202 ModerationLabel *ModerationLabel member
702 type ModerationLabel struct { struct
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/rekognition/types/
H A Dtypes.go202 ModerationLabel *ModerationLabel member
702 type ModerationLabel struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/rekognition/types/
H A Dtypes.go202 ModerationLabel *ModerationLabel member
702 type ModerationLabel struct { struct
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/rekognition/types/
H A Dtypes.go202 ModerationLabel *ModerationLabel member
702 type ModerationLabel struct { struct
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/rekognition/types/
H A Dtypes.go202 ModerationLabel *ModerationLabel member
702 type ModerationLabel struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/rekognition/types/
H A Dtypes.go267 ModerationLabel *ModerationLabel member
836 type ModerationLabel struct { struct
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/rekognition/
H A Dapi.go2721 ModerationLabels []*ModerationLabel `type:"list"`
2735 func (s *DetectModerationLabelsOutput) SetModerationLabels(v []*ModerationLabel) *DetectModerationL…
3722 type ModerationLabel struct { struct
3742 func (s ModerationLabel) String() string { argument
3747 func (s ModerationLabel) GoString() string { argument
3752 func (s *ModerationLabel) SetConfidence(v float64) *ModerationLabel { argument
3758 func (s *ModerationLabel) SetName(v string) *ModerationLabel { argument
3764 func (s *ModerationLabel) SetParentName(v string) *ModerationLabel { argument
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/rekognition/
H A Dapi_op_DetectModerationLabels.go68 ModerationLabels []types.ModerationLabel
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/rekognition/
H A Dapi_op_DetectModerationLabels.go68 ModerationLabels []types.ModerationLabel
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/rekognition/
H A Dapi_op_DetectModerationLabels.go68 ModerationLabels []types.ModerationLabel
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/rekognition/
H A Dapi_op_DetectModerationLabels.go68 ModerationLabels []types.ModerationLabel
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/rekognition/
H A Dapi_op_DetectModerationLabels.go70 ModerationLabels []types.ModerationLabel
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/rekognition/
H A Dapi_op_DetectModerationLabels.go68 ModerationLabels []types.ModerationLabel
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/rekognition/
H A Dapi_op_DetectModerationLabels.go68 ModerationLabels []types.ModerationLabel
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/rekognition/
H A Dapi_op_DetectModerationLabels.go68 ModerationLabels []types.ModerationLabel
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/rekognition/
H A Dapi.go4940 ModerationLabel *ModerationLabel `type:"structure"` member
4958 func (s *ContentModerationDetection) SetModerationLabel(v *ModerationLabel) *ContentModerationDetec…
4959 s.ModerationLabel = v
5807 ModerationLabels []*ModerationLabel `type:"list"`
5821 func (s *DetectModerationLabelsOutput) SetModerationLabels(v []*ModerationLabel) *DetectModerationL…
8026 type ModerationLabel struct { struct
8046 func (s ModerationLabel) String() string { argument
8051 func (s ModerationLabel) GoString() string { argument
8056 func (s *ModerationLabel) SetConfidence(v float64) *ModerationLabel { argument
8062 func (s *ModerationLabel) SetName(v string) *ModerationLabel { argument
[all …]
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/rekognition/
H A Dapi.go4940 ModerationLabel *ModerationLabel `type:"structure"` member
4958 func (s *ContentModerationDetection) SetModerationLabel(v *ModerationLabel) *ContentModerationDetec…
4959 s.ModerationLabel = v
5807 ModerationLabels []*ModerationLabel `type:"list"`
5821 func (s *DetectModerationLabelsOutput) SetModerationLabels(v []*ModerationLabel) *DetectModerationL…
8026 type ModerationLabel struct { struct
8046 func (s ModerationLabel) String() string { argument
8051 func (s ModerationLabel) GoString() string { argument
8056 func (s *ModerationLabel) SetConfidence(v float64) *ModerationLabel { argument
8062 func (s *ModerationLabel) SetName(v string) *ModerationLabel { argument
[all …]
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/service/rekognition/
H A Dapi.go5029 ModerationLabel *ModerationLabel `type:"structure"`
5047 func (s *ContentModerationDetection) SetModerationLabel(v *ModerationLabel) *ContentModerationDetec…
5048 s.ModerationLabel = v
5896 ModerationLabels []*ModerationLabel `type:"list"`
5910 func (s *DetectModerationLabelsOutput) SetModerationLabels(v []*ModerationLabel) *DetectModerationL…
8154 type ModerationLabel struct {
8174 func (s ModerationLabel) String() string {
8179 func (s ModerationLabel) GoString() string {
8184 func (s *ModerationLabel) SetConfidence(v float64) *ModerationLabel {
8190 func (s *ModerationLabel) SetName(v string) *ModerationLabel {
[all …]

123