Package com.clinia.model.registry
Class V1PipelineSegmenterProcessorSegmenter
java.lang.Object
com.clinia.model.registry.V1PipelineSegmenterProcessorSegmenter
V1PipelineSegmenterProcessorSegmenter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe input property path to segment.The maximum number of tokens per segment.The key of the property to store the segments.inthashCode()setInputProperty(String inputProperty) setMaxTokens(Integer maxTokens) setPropertyKey(String propertyKey) toString()
-
Constructor Details
-
V1PipelineSegmenterProcessorSegmenter
public V1PipelineSegmenterProcessorSegmenter()
-
-
Method Details
-
setInputProperty
-
getInputProperty
The input property path to segment. -
setPropertyKey
-
getPropertyKey
The key of the property to store the segments. The property key will be accessible as a sub property of the input property. It must follow pattern: `^[a-zA-Z0-9-][\\w-]{0,61}$`. Therefore for a input property `content` and a property key `passages`, the segments will be accessible as `content.passages`. -
setMaxTokens
-
getMaxTokens
The maximum number of tokens per segment. -
equals
-
hashCode
public int hashCode() -
toString
-