/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Returns the kind of currency detected.See Also:
AWS
* API Reference
Currency code for detected currency. the current supported codes are:
*USD
EUR
GBP
CAD
INR
JPY
CHF
*AUD
CNY
BZR
SEK
HKD
Currency code for detected currency. the current supported codes are:
*USD
EUR
GBP
CAD
INR
JPY
CHF
*AUD
CNY
BZR
SEK
HKD
Currency code for detected currency. the current supported codes are:
*USD
EUR
GBP
CAD
INR
JPY
CHF
*AUD
CNY
BZR
SEK
HKD
Currency code for detected currency. the current supported codes are:
*USD
EUR
GBP
CAD
INR
JPY
CHF
*AUD
CNY
BZR
SEK
HKD
Currency code for detected currency. the current supported codes are:
*USD
EUR
GBP
CAD
INR
JPY
CHF
*AUD
CNY
BZR
SEK
HKD
Currency code for detected currency. the current supported codes are:
*USD
EUR
GBP
CAD
INR
JPY
CHF
*AUD
CNY
BZR
SEK
HKD
Currency code for detected currency. the current supported codes are:
*USD
EUR
GBP
CAD
INR
JPY
CHF
*AUD
CNY
BZR
SEK
HKD
Currency code for detected currency. the current supported codes are:
*USD
EUR
GBP
CAD
INR
JPY
CHF
*AUD
CNY
BZR
SEK
HKD
Percentage confideence in the detected currency.
*/ inline double GetConfidence() const{ return m_confidence; } /** *Percentage confideence in the detected currency.
*/ inline bool ConfidenceHasBeenSet() const { return m_confidenceHasBeenSet; } /** *Percentage confideence in the detected currency.
*/ inline void SetConfidence(double value) { m_confidenceHasBeenSet = true; m_confidence = value; } /** *Percentage confideence in the detected currency.
*/ inline ExpenseCurrency& WithConfidence(double value) { SetConfidence(value); return *this;} private: Aws::String m_code; bool m_codeHasBeenSet = false; double m_confidence; bool m_confidenceHasBeenSet = false; }; } // namespace Model } // namespace Textract } // namespace Aws