Struct CurrencyValue
Currency field value.
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.AI.FormRecognizer.dll
Syntax
public struct CurrencyValue
Properties
Amount
Currency amount.
Declaration
public double Amount { get; }
Property Value
System.Double
|
Symbol
Currency symbol label, if any.
Declaration
public string Symbol { get; }
Property Value
System.String
|