Logprobs constructor

Logprobs(
  1. List<int> textOffset,
  2. List<num> tokenLogprobs,
  3. List<String> tokens,
  4. List<Map<String, num>> topLogprobs,
)

Implementation

Logprobs(this.textOffset, this.tokenLogprobs, this.tokens, this.topLogprobs);