CurrencyResolution Class

Definition

Represents the currency entity resolution model.

public class CurrencyResolution : Azure.AI.Language.Conversations.Models.ResolutionBase, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Models.CurrencyResolution>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Models.CurrencyResolution>
type CurrencyResolution = class
    inherit ResolutionBase
    interface IJsonModel<CurrencyResolution>
    interface IPersistableModel<CurrencyResolution>
Public Class CurrencyResolution
Inherits ResolutionBase
Implements IJsonModel(Of CurrencyResolution), IPersistableModel(Of CurrencyResolution)
Inheritance
CurrencyResolution
Implements

Properties

Iso4217

The alphabetic code based on another ISO standard, ISO 3166, which lists the codes for country names. The first two letters of the ISO 4217 three-letter code are the same as the code for the country name, and, where possible, the third letter corresponds to the first letter of the currency name.

Unit

The unit of the amount captured in the extracted entity.

Value

The money amount captured in the extracted entity.

Explicit Interface Implementations

IJsonModel<CurrencyResolution>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CurrencyResolution>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ResolutionBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ResolutionBase)
IJsonModel<ResolutionBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ResolutionBase)
IPersistableModel<CurrencyResolution>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CurrencyResolution>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CurrencyResolution>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ResolutionBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ResolutionBase)
IPersistableModel<ResolutionBase>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ResolutionBase)
IPersistableModel<ResolutionBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ResolutionBase)

Applies to