Class AddressValue
java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.models.AddressValue
Address field value.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCity()
Get the city property: Name of city, town, village, etc.Get the countryRegion property: Country/region.Get the houseNumber property: Building number.getPoBox()
Get the poBox property: Post office box number.Get the postalCode property: Postal code used for mail sorting.getRoad()
Get the road property: Street name.getState()
Get the state property: First-level administrative division.Get the streetAddress property: Street-level address, excluding city, state, countryRegion, and postalCode.
-
Constructor Details
-
AddressValue
public AddressValue()
-
-
Method Details
-
getHouseNumber
Get the houseNumber property: Building number.- Returns:
- the houseNumber value.
-
getPoBox
Get the poBox property: Post office box number.- Returns:
- the poBox value.
-
getRoad
Get the road property: Street name.- Returns:
- the road value.
-
getCity
Get the city property: Name of city, town, village, etc.- Returns:
- the city value.
-
getState
Get the state property: First-level administrative division.- Returns:
- the state value.
-
getPostalCode
Get the postalCode property: Postal code used for mail sorting.- Returns:
- the postalCode value.
-
getCountryRegion
Get the countryRegion property: Country/region.- Returns:
- the countryRegion value.
-
getStreetAddress
Get the streetAddress property: Street-level address, excluding city, state, countryRegion, and postalCode.- Returns:
- the streetAddress value.
-