NamedEntityWithMetadata.Metadata Property

Definition

The entity metadata object. Please note BaseMetadata is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AgeMetadata, AreaMetadata, CurrencyMetadata, DateMetadata, DateTimeMetadata, InformationMetadata, LengthMetadata, NumberMetadata, NumericRangeMetadata, OrdinalMetadata, SpeedMetadata, TemperatureMetadata, TemporalSetMetadata, TemporalSpanMetadata, TimeMetadata, VolumeMetadata and WeightMetadata.

public Azure.AI.Language.Text.BaseMetadata Metadata { get; }
member this.Metadata : Azure.AI.Language.Text.BaseMetadata
Public ReadOnly Property Metadata As BaseMetadata

Property Value

Applies to