Class AddressValue
Address field value.
Inheritance
System.Object
AddressValue
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.AI.FormRecognizer.dll
Syntax
public class AddressValue
Properties
City
Name of city, town, village, etc.
Declaration
public string City { get; }
Property Value
System.String
|
CountryRegion
Country/region.
Declaration
public string CountryRegion { get; }
Property Value
System.String
|
HouseNumber
House or building number.
Declaration
public string HouseNumber { get; }
Property Value
System.String
|
PoBox
Post office box number.
Declaration
public string PoBox { get; }
Property Value
System.String
|
PostalCode
Postal code used for mail sorting.
Declaration
public string PostalCode { get; }
Property Value
System.String
|
Road
Street name.
Declaration
public string Road { get; }
Property Value
System.String
|
State
First-level administrative division.
Declaration
public string State { get; }
Property Value
System.String
|
StreetAddress
Street-level address, excluding city, state, countryRegion, and postalCode.
Declaration
public string StreetAddress { get; }
Property Value
System.String
|