Package com.kaltura.client.types
Interface IndexJobData.Tokenizer
-
- All Superinterfaces:
JobData.Tokenizer,ObjectBase.Tokenizer
- Enclosing class:
- IndexJobData
public static interface IndexJobData.Tokenizer extends JobData.Tokenizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Filter.Tokenizerfilter()StringlastIndexDepth()StringlastIndexId()StringshouldUpdate()
-
-
-
Method Detail
-
filter
Filter.Tokenizer filter()
-
lastIndexId
String lastIndexId()
-
lastIndexDepth
String lastIndexDepth()
-
shouldUpdate
String shouldUpdate()
-
-