Class USTelephone

  • All Implemented Interfaces:
    io.annot8.api.components.Annot8ComponentDescriptor<USTelephone.Processor,​io.annot8.api.settings.NoSettings>, io.annot8.api.components.ProcessorDescriptor<USTelephone.Processor,​io.annot8.api.settings.NoSettings>

    @ComponentName("US Telephone Number")
    @ComponentDescription("Extract valid US-style Telephone numbers (e.g. 1-800-CALLME) from text")
    @ComponentTags({"communications","telephone","text"})
    public class USTelephone
    extends io.annot8.common.components.AbstractProcessorDescriptor<USTelephone.Processor,​io.annot8.api.settings.NoSettings>
    • Constructor Detail

      • USTelephone

        public USTelephone()
    • Method Detail

      • createComponent

        protected USTelephone.Processor createComponent​(io.annot8.api.context.Context context,
                                                        io.annot8.api.settings.NoSettings settings)
        Specified by:
        createComponent in class io.annot8.common.components.AbstractComponentDescriptor<USTelephone.Processor,​io.annot8.api.settings.NoSettings>
      • capabilities

        public io.annot8.api.capabilities.Capabilities capabilities()