/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A word, phrase, or punctuation mark in your transcription output, along with
* various associated attributes, such as confidence score, type, and start and end
* times.See Also:
AWS
* API Reference
The start time, in milliseconds, of the transcribed item.
*/ inline double GetStartTime() const{ return m_startTime; } /** *The start time, in milliseconds, of the transcribed item.
*/ inline bool StartTimeHasBeenSet() const { return m_startTimeHasBeenSet; } /** *The start time, in milliseconds, of the transcribed item.
*/ inline void SetStartTime(double value) { m_startTimeHasBeenSet = true; m_startTime = value; } /** *The start time, in milliseconds, of the transcribed item.
*/ inline MedicalItem& WithStartTime(double value) { SetStartTime(value); return *this;} /** *The end time, in milliseconds, of the transcribed item.
*/ inline double GetEndTime() const{ return m_endTime; } /** *The end time, in milliseconds, of the transcribed item.
*/ inline bool EndTimeHasBeenSet() const { return m_endTimeHasBeenSet; } /** *The end time, in milliseconds, of the transcribed item.
*/ inline void SetEndTime(double value) { m_endTimeHasBeenSet = true; m_endTime = value; } /** *The end time, in milliseconds, of the transcribed item.
*/ inline MedicalItem& WithEndTime(double value) { SetEndTime(value); return *this;} /** *The type of item identified. Options are: PRONUNCIATION
(spoken
* words) and PUNCTUATION
.
The type of item identified. Options are: PRONUNCIATION
(spoken
* words) and PUNCTUATION
.
The type of item identified. Options are: PRONUNCIATION
(spoken
* words) and PUNCTUATION
.
The type of item identified. Options are: PRONUNCIATION
(spoken
* words) and PUNCTUATION
.
The type of item identified. Options are: PRONUNCIATION
(spoken
* words) and PUNCTUATION
.
The type of item identified. Options are: PRONUNCIATION
(spoken
* words) and PUNCTUATION
.
The word or punctuation that was transcribed.
*/ inline const Aws::String& GetContent() const{ return m_content; } /** *The word or punctuation that was transcribed.
*/ inline bool ContentHasBeenSet() const { return m_contentHasBeenSet; } /** *The word or punctuation that was transcribed.
*/ inline void SetContent(const Aws::String& value) { m_contentHasBeenSet = true; m_content = value; } /** *The word or punctuation that was transcribed.
*/ inline void SetContent(Aws::String&& value) { m_contentHasBeenSet = true; m_content = std::move(value); } /** *The word or punctuation that was transcribed.
*/ inline void SetContent(const char* value) { m_contentHasBeenSet = true; m_content.assign(value); } /** *The word or punctuation that was transcribed.
*/ inline MedicalItem& WithContent(const Aws::String& value) { SetContent(value); return *this;} /** *The word or punctuation that was transcribed.
*/ inline MedicalItem& WithContent(Aws::String&& value) { SetContent(std::move(value)); return *this;} /** *The word or punctuation that was transcribed.
*/ inline MedicalItem& WithContent(const char* value) { SetContent(value); return *this;} /** *The confidence score associated with a word or phrase in your transcript.
*Confidence scores are values between 0 and 1. A larger value indicates a * higher probability that the identified item correctly matches the item spoken in * your media.
*/ inline double GetConfidence() const{ return m_confidence; } /** *The confidence score associated with a word or phrase in your transcript.
*Confidence scores are values between 0 and 1. A larger value indicates a * higher probability that the identified item correctly matches the item spoken in * your media.
*/ inline bool ConfidenceHasBeenSet() const { return m_confidenceHasBeenSet; } /** *The confidence score associated with a word or phrase in your transcript.
*Confidence scores are values between 0 and 1. A larger value indicates a * higher probability that the identified item correctly matches the item spoken in * your media.
*/ inline void SetConfidence(double value) { m_confidenceHasBeenSet = true; m_confidence = value; } /** *The confidence score associated with a word or phrase in your transcript.
*Confidence scores are values between 0 and 1. A larger value indicates a * higher probability that the identified item correctly matches the item spoken in * your media.
*/ inline MedicalItem& WithConfidence(double value) { SetConfidence(value); return *this;} /** *If speaker partitioning is enabled, Speaker
labels the speaker
* of the specified item.
If speaker partitioning is enabled, Speaker
labels the speaker
* of the specified item.
If speaker partitioning is enabled, Speaker
labels the speaker
* of the specified item.
If speaker partitioning is enabled, Speaker
labels the speaker
* of the specified item.
If speaker partitioning is enabled, Speaker
labels the speaker
* of the specified item.
If speaker partitioning is enabled, Speaker
labels the speaker
* of the specified item.
If speaker partitioning is enabled, Speaker
labels the speaker
* of the specified item.
If speaker partitioning is enabled, Speaker
labels the speaker
* of the specified item.