AutocompleteInputQuery

@objcMembers
public class AutocompleteInputQuery : Codable

Autocomplete input query.

Important

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

Public

  • Starting offset of the inputQuery substring matching the segment.

    Declaration

    Swift

    public let offset: Int
  • Length of the matched substring.

    Declaration

    Swift

    public let length: Int