ngramsUrl property

  1. @JsonKey(name: 'ngrams_url')
String? ngramsUrl
getter/setter pair

It lists groups of words and phrases (n-grams) that make up a work, as obtained from the Internet Archive. See The Ngram object and Get N-grams for background on n-grams, how we use them, and what this API call returns.

Implementation

@JsonKey(name: 'ngrams_url')
String? ngramsUrl;