/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides information about the category rule that was matched.See
* Also:
AWS
* API Reference
The section of audio where the category rule was detected.
*/ inline const Aws::VectorThe section of audio where the category rule was detected.
*/ inline bool PointsOfInterestHasBeenSet() const { return m_pointsOfInterestHasBeenSet; } /** *The section of audio where the category rule was detected.
*/ inline void SetPointsOfInterest(const Aws::VectorThe section of audio where the category rule was detected.
*/ inline void SetPointsOfInterest(Aws::VectorThe section of audio where the category rule was detected.
*/ inline CategoryDetails& WithPointsOfInterest(const Aws::VectorThe section of audio where the category rule was detected.
*/ inline CategoryDetails& WithPointsOfInterest(Aws::VectorThe section of audio where the category rule was detected.
*/ inline CategoryDetails& AddPointsOfInterest(const PointOfInterest& value) { m_pointsOfInterestHasBeenSet = true; m_pointsOfInterest.push_back(value); return *this; } /** *The section of audio where the category rule was detected.
*/ inline CategoryDetails& AddPointsOfInterest(PointOfInterest&& value) { m_pointsOfInterestHasBeenSet = true; m_pointsOfInterest.push_back(std::move(value)); return *this; } private: Aws::Vector