toloka.client.filter.Languages
| Source code
Languages( self, operator: InclusionOperator, value: Union[str, List[str]], verified: bool = False)
Filtering Tolokers by languages specified in their profiles.
Parameters | Type | Description |
---|---|---|
operator | InclusionOperator | An operator used in a condition. Allowed set of operators depends on the filter. |
value | Union[str, List[str]] | Languages specified in the profile. A two-letter ISO 639-1 code in upper case is used. |
verified | - | If set to |