Values.SearchForSuggestionsResultSourceContains a place suggestion resulting from a place suggestion query that is run on a place index resource.
type nonrec t = {text : SensitiveString.t option;The text of the place suggestion, typically formatted as an address string.
*)placeId : PlaceId.t option;The unique identifier of the Place. You can use this with the GetPlace operation to find the place again later, or to get full information for the Place. The GetPlace request must use the same PlaceIndex resource as the SearchPlaceIndexForSuggestions that generated the Place ID. For SearchPlaceIndexForSuggestions operations, the PlaceId is returned by place indexes that use Esri, Grab, or HERE as data providers.
*)categories : PlaceCategoryList.t option;The Amazon Location categories that describe the Place. For more information about using categories, including a list of Amazon Location categories, see Categories and filtering, in the Amazon Location Service developer guide.
*)supplementalCategories : PlaceSupplementalCategoryList.t option;Categories from the data provider that describe the Place that are not mapped to any Amazon Location categories.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of PlaceCategory.t ] list
| `String of SensitiveString.t ])
list ]