Class AddressValue

java.lang.Object
com.azure.ai.documentintelligence.models.AddressValue

public final class AddressValue extends Object
Address field value.
  • Method Details

    • getHouseNumber

      public String getHouseNumber()
      Get the houseNumber property: House or building number.
      Returns:
      the houseNumber value.
    • getPoBox

      public String getPoBox()
      Get the poBox property: Post office box number.
      Returns:
      the poBox value.
    • getRoad

      public String getRoad()
      Get the road property: Street name.
      Returns:
      the road value.
    • getCity

      public String getCity()
      Get the city property: Name of city, town, village, etc.
      Returns:
      the city value.
    • getState

      public String getState()
      Get the state property: First-level administrative division.
      Returns:
      the state value.
    • getPostalCode

      public String getPostalCode()
      Get the postalCode property: Postal code used for mail sorting.
      Returns:
      the postalCode value.
    • getCountryRegion

      public String getCountryRegion()
      Get the countryRegion property: Country/region.
      Returns:
      the countryRegion value.
    • getStreetAddress

      public String getStreetAddress()
      Get the streetAddress property: Street-level address, excluding city, state, countryRegion, and postalCode.
      Returns:
      the streetAddress value.
    • getUnit

      public String getUnit()
      Get the unit property: Apartment or office number.
      Returns:
      the unit value.
    • getCityDistrict

      public String getCityDistrict()
      Get the cityDistrict property: Districts or boroughs within a city, such as Brooklyn in New York City or City of Westminster in London.
      Returns:
      the cityDistrict value.
    • getStateDistrict

      public String getStateDistrict()
      Get the stateDistrict property: Second-level administrative division used in certain locales.
      Returns:
      the stateDistrict value.
    • getSuburb

      public String getSuburb()
      Get the suburb property: Unofficial neighborhood name, like Chinatown.
      Returns:
      the suburb value.
    • getHouse

      public String getHouse()
      Get the house property: Build name, such as World Trade Center.
      Returns:
      the house value.
    • getLevel

      public String getLevel()
      Get the level property: Floor number, such as 3F.
      Returns:
      the level value.