The mode to use for language identification. You can use one of the following options:
Segmented. Process the data in fixed-size chunks, and return the language identification results for each chunk.Cumulative. Return the running language identification score at periodic intervals, which is the score for all the data from the start to the current point.Boundary. Determine boundaries where the language changes, and return the language identification results between boundaries.| Action: | AddTask
CheckResources |
| Task: | LangId |
| Type: | String |
| Default: | segmented |
| Example: | LidMode=Cumulative
|
| See Also: | LidMode (configuration parameter) |
|
|