QueryLargeSuggestedRefinements
public struct QueryLargeSuggestedRefinements : Codable, Equatable
Configuration for suggested refinements. Available with Premium plans only.
-
Whether to perform suggested refinements.
Declaration
Swift
public var enabled: Bool? -
Maximum number of suggested refinements texts to be returned. The maximum is
100.Declaration
Swift
public var count: Int? -
Initialize a
QueryLargeSuggestedRefinementswith member variables.Declaration
Swift
public init( enabled: Bool? = nil, count: Int? = nil )Parameters
enabledWhether to perform suggested refinements.
countMaximum number of suggested refinements texts to be returned. The maximum is
100.Return Value
An initialized
QueryLargeSuggestedRefinements.
View on GitHub
QueryLargeSuggestedRefinements Structure Reference