AutocompleteMatches

@objcMembers
public class AutocompleteMatches : Codable

Represents the autocomplete query matches.

Important

This is a Public Preview API. It may be changed or removed at any time.

Public

  • Reports which part of the input query is represented by the segment. Input query matching may not be continuous, so the mapping is defined as an array of matched substrings.

    Declaration

    Swift

    public let inputQuery: [AutocompleteInputQuery]