/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/rekognition/Rekognition_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> namespace Aws { namespace Rekognition { namespace Model { enum class LabelDetectionAggregateBy { NOT_SET, TIMESTAMPS, SEGMENTS }; namespace LabelDetectionAggregateByMapper { AWS_REKOGNITION_API LabelDetectionAggregateBy GetLabelDetectionAggregateByForName(const Aws::String& name); AWS_REKOGNITION_API Aws::String GetNameForLabelDetectionAggregateBy(LabelDetectionAggregateBy value); } // namespace LabelDetectionAggregateByMapper } // namespace Model } // namespace Rekognition } // namespace Aws