/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The transcription in a TranscriptEvent.See Also:
AWS
* API Reference
Result objects that contain the results of transcribing a portion of * the input audio stream. The array can be empty.
*/ inline const Aws::VectorResult objects that contain the results of transcribing a portion of * the input audio stream. The array can be empty.
*/ inline bool ResultsHasBeenSet() const { return m_resultsHasBeenSet; } /** *Result objects that contain the results of transcribing a portion of * the input audio stream. The array can be empty.
*/ inline void SetResults(const Aws::VectorResult objects that contain the results of transcribing a portion of * the input audio stream. The array can be empty.
*/ inline void SetResults(Aws::VectorResult objects that contain the results of transcribing a portion of * the input audio stream. The array can be empty.
*/ inline Transcript& WithResults(const Aws::VectorResult objects that contain the results of transcribing a portion of * the input audio stream. The array can be empty.
*/ inline Transcript& WithResults(Aws::VectorResult objects that contain the results of transcribing a portion of * the input audio stream. The array can be empty.
*/ inline Transcript& AddResults(const Result& value) { m_resultsHasBeenSet = true; m_results.push_back(value); return *this; } /** *Result objects that contain the results of transcribing a portion of * the input audio stream. The array can be empty.
*/ inline Transcript& AddResults(Result&& value) { m_resultsHasBeenSet = true; m_results.push_back(std::move(value)); return *this; } private: Aws::Vector