The parsed address, as well as a confidence score and a list of all the entities that were recognized in the text.
| Name | Type | Description | Notes |
|---|---|---|---|
| Address | PartialAddress | The parsed address. This address may not be complete, depending on how much information was included in the text and how confident the API is about each recognized entity. > Note: The address-recognition API does not currently perform any validation of the parsed address, so we recommend that you use the address-validation API to ensure that the address is correct. | |
| Entities | List<RecognizedEntity> | All of the entities that were recognized in the text. An "entity" is a single piece of data, such as a city, a postal code, or an address line. Each entity includes the original text and the parsed value. | |
| Score | double | A confidence score between zero and one that indicates how certain the API is that it understood the text. |