- java.lang.Object
-
- io.annot8.common.components.AbstractComponentDescriptor<T,S>
-
- io.annot8.common.components.AbstractProcessorDescriptor<Telephone.Processor,Telephone.Settings>
-
- io.annot8.components.comms.processors.Telephone
-
- All Implemented Interfaces:
io.annot8.api.components.Annot8ComponentDescriptor<Telephone.Processor,Telephone.Settings>,io.annot8.api.components.ProcessorDescriptor<Telephone.Processor,Telephone.Settings>
@ComponentName("Telephone Number") @ComponentDescription("Extract Telephone numbers from text") @ComponentTags({"communications","telephone"}) @SettingsClass(Settings.class) public class Telephone extends io.annot8.common.components.AbstractProcessorDescriptor<Telephone.Processor,Telephone.Settings>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTelephone.Processorstatic classTelephone.Settings
-
Constructor Summary
Constructors Constructor Description Telephone()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.annot8.api.capabilities.Capabilitiescapabilities()protected Telephone.ProcessorcreateComponent(io.annot8.api.context.Context context, Telephone.Settings settings)-
Methods inherited from class io.annot8.common.components.AbstractComponentDescriptor
create, getName, getSettings, setName, setSettings
-
-
-
-
Method Detail
-
createComponent
protected Telephone.Processor createComponent(io.annot8.api.context.Context context, Telephone.Settings settings)
- Specified by:
createComponentin classio.annot8.common.components.AbstractComponentDescriptor<Telephone.Processor,Telephone.Settings>
-
capabilities
public io.annot8.api.capabilities.Capabilities capabilities()
-
-