topN property
When > 0, only the top_n highest-scoring candidates are returned (every
candidate is still scored). 0 = return all candidates, ranked.
Industry name (Cohere rerank top_n).
Implementation
@$pb.TagNumber(1)
$core.int get topN => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set topN($core.int value) => $_setUnsignedInt32(0, value);