structuredFormat property
A breakdown of the query prediction into main text containing the query and secondary text containing additional disambiguating features (such as a city or region).
structuredFormat is recommended for developers who wish to show two separate, but related, UI elements. Developers who wish to show a single UI element may want to use text instead. They are two different ways to represent a query prediction. Users should not try to parse structuredFormat into text or vice versa.
Implementation
final StructuredFormat? structuredFormat;