java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.models.AddressValue

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

    • AddressValue

      public AddressValue()
  • Method Details

    • getHouseNumber

      public String getHouseNumber()
      Get the houseNumber property: 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.