AddressValue 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.
Address field value.
public class AddressValue : System.ClientModel.Primitives.IJsonModel<Azure.AI.DocumentIntelligence.AddressValue>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.DocumentIntelligence.AddressValue>
type AddressValue = class
interface IJsonModel<AddressValue>
interface IPersistableModel<AddressValue>
Public Class AddressValue
Implements IJsonModel(Of AddressValue), IPersistableModel(Of AddressValue)
- Inheritance
-
AddressValue
- Implements
Properties
City |
Name of city, town, village, etc. |
CityDistrict |
Districts or boroughs within a city, such as Brooklyn in New York City or City of Westminster in London. |
CountryRegion |
Country/region. |
House |
Build name, such as World Trade Center. |
HouseNumber |
House or building number. |
Level |
Floor number, such as 3F. |
PoBox |
Post office box number. |
PostalCode |
Postal code used for mail sorting. |
Road |
Street name. |
State |
First-level administrative division. |
StateDistrict |
Second-level administrative division used in certain locales. |
StreetAddress |
Street-level address, excluding city, state, countryRegion, and postalCode. |
Suburb |
Unofficial neighborhood name, like Chinatown. |
Unit |
Apartment or office number. |
Explicit Interface Implementations
IJsonModel<AddressValue>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AddressValue>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AddressValue>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AddressValue>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AddressValue>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET