azure-docs-sdk-java/docs-ref-autogen/com.azure.ai.formrecognizer...

178 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue"
name: "AddressValue"
nameWithType: "AddressValue"
summary: "Address field value."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **AddressValue**"
constructors:
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.AddressValue()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.AddressValue()"
name: "AddressValue()"
nameWithType: "AddressValue.AddressValue()"
summary: "Creates a new instance of Address<wbr>Value."
syntax: "public AddressValue()"
desc: "Creates a new instance of AddressValue."
methods:
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getCity()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getCity()"
name: "getCity()"
nameWithType: "AddressValue.getCity()"
summary: "Get the city property: Name of city, town, village, etc."
syntax: "public String getCity()"
desc: "Get the city property: Name of city, town, village, etc."
returns:
description: "the city value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getCityDistrict()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getCityDistrict()"
name: "getCityDistrict()"
nameWithType: "AddressValue.getCityDistrict()"
summary: "Get the city<wbr>District property: Districts or boroughs within a city, such as Brooklyn in New York City or City of Westminster in London."
syntax: "public String getCityDistrict()"
desc: "Get the cityDistrict property: Districts or boroughs within a city, such as Brooklyn in New York City or City of Westminster in London."
returns:
description: "the cityDistrict value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getCountryRegion()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getCountryRegion()"
name: "getCountryRegion()"
nameWithType: "AddressValue.getCountryRegion()"
summary: "Get the country<wbr>Region property: Country/region."
syntax: "public String getCountryRegion()"
desc: "Get the countryRegion property: Country/region."
returns:
description: "the countryRegion value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getHouse()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getHouse()"
name: "getHouse()"
nameWithType: "AddressValue.getHouse()"
summary: "Get the house property: Build name, such as World Trade Center."
syntax: "public String getHouse()"
desc: "Get the house property: Build name, such as World Trade Center."
returns:
description: "the house value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getHouseNumber()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getHouseNumber()"
name: "getHouseNumber()"
nameWithType: "AddressValue.getHouseNumber()"
summary: "Get the house<wbr>Number property: Building number."
syntax: "public String getHouseNumber()"
desc: "Get the houseNumber property: Building number."
returns:
description: "the houseNumber value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getLevel()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getLevel()"
name: "getLevel()"
nameWithType: "AddressValue.getLevel()"
summary: "Get the level property: Floor number, such as 3F."
syntax: "public String getLevel()"
desc: "Get the level property: Floor number, such as 3F."
returns:
description: "the level value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getPoBox()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getPoBox()"
name: "getPoBox()"
nameWithType: "AddressValue.getPoBox()"
summary: "Get the po<wbr>Box property: Post office box number."
syntax: "public String getPoBox()"
desc: "Get the poBox property: Post office box number."
returns:
description: "the poBox value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getPostalCode()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getPostalCode()"
name: "getPostalCode()"
nameWithType: "AddressValue.getPostalCode()"
summary: "Get the postal<wbr>Code property: Postal code used for mail sorting."
syntax: "public String getPostalCode()"
desc: "Get the postalCode property: Postal code used for mail sorting."
returns:
description: "the postalCode value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getRoad()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getRoad()"
name: "getRoad()"
nameWithType: "AddressValue.getRoad()"
summary: "Get the road property: Street name."
syntax: "public String getRoad()"
desc: "Get the road property: Street name."
returns:
description: "the road value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getState()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getState()"
name: "getState()"
nameWithType: "AddressValue.getState()"
summary: "Get the state property: First-level administrative division."
syntax: "public String getState()"
desc: "Get the state property: First-level administrative division."
returns:
description: "the state value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getStateDistrict()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getStateDistrict()"
name: "getStateDistrict()"
nameWithType: "AddressValue.getStateDistrict()"
summary: "Get the state<wbr>District property: Second-level administrative division used in certain locales."
syntax: "public String getStateDistrict()"
desc: "Get the stateDistrict property: Second-level administrative division used in certain locales."
returns:
description: "the stateDistrict value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getStreetAddress()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getStreetAddress()"
name: "getStreetAddress()"
nameWithType: "AddressValue.getStreetAddress()"
summary: "Get the street<wbr>Address property: Street-level address, excluding city, state, country<wbr>Region, and postal<wbr>Code."
syntax: "public String getStreetAddress()"
desc: "Get the streetAddress property: Street-level address, excluding city, state, countryRegion, and postalCode."
returns:
description: "the streetAddress value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getSuburb()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getSuburb()"
name: "getSuburb()"
nameWithType: "AddressValue.getSuburb()"
summary: "Get the suburb property: Unofficial neighborhood name, like Chinatown."
syntax: "public String getSuburb()"
desc: "Get the suburb property: Unofficial neighborhood name, like Chinatown."
returns:
description: "the suburb value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getUnit()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.AddressValue.getUnit()"
name: "getUnit()"
nameWithType: "AddressValue.getUnit()"
summary: "Get the unit property: Apartment or office number."
syntax: "public String getUnit()"
desc: "Get the unit property: Apartment or office number."
returns:
description: "the unit value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "Address field value."
metadata: {}
package: "com.azure.ai.formrecognizer.documentanalysis.models"
artifact: com.azure:azure-ai-formrecognizer:4.1.10