maxAlternatives property

int? maxAlternatives
getter/setter pair

Maximum number of recognition hypotheses to be returned.

The server may return fewer than max_alternatives. Valid values are 0-30. A value of 0 or 1 will return a maximum of one. If omitted, will return a maximum of one.

Implementation

core.int? maxAlternatives;