DictionaryLanguage

algoliasearch.search.DictionaryLanguage
case class DictionaryLanguage(nbCustomEntries: Option[Int])

Custom entries for a dictionary.

Value parameters

nbCustomEntries

If 0, the dictionary hasn't been customized and only contains standard entries provided by Algolia. If null, that feature isn't available or isn't supported for that language.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product