pageSize property

int? pageSize
getter/setter pair

Maximum number of results to return.

Set this property to the number of prediction results needed. If zero, the service will choose a reasonable default. The maximum allowed value is 100. Values above 100 will be coerced to 100.

Implementation

core.int? pageSize;