AddressMetadata Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the Address entity Metadata model.
public class AddressMetadata : Azure.AI.Language.Text.BaseMetadata, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.AddressMetadata>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.AddressMetadata>
type AddressMetadata = class
inherit BaseMetadata
interface IJsonModel<AddressMetadata>
interface IPersistableModel<AddressMetadata>
Public Class AddressMetadata
Inherits BaseMetadata
Implements IJsonModel(Of AddressMetadata), IPersistableModel(Of AddressMetadata)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| AddressLines |
The full address string as recognized from the input text. |
| City |
The city name of the address. |
| CountryOrRegion |
The country or region name of the address. |
| FormatedAddress |
The fully formatted address string following postal conventions for the address's country/region. |
| PostalCode |
The postal or ZIP code of the address. |
| State |
The state or province name of the address. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |