Packages

c

com.johnsnowlabs.nlp.annotators.param

ExternalResourceParam

class ExternalResourceParam extends AnnotatorParam[ExternalResource, SerializedExternalResource]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExternalResourceParam
  2. AnnotatorParam
  3. Param
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ExternalResourceParam(identifiable: Identifiable, name: String, description: String)

Value Members

  1. object SerializableFormat extends Formats with Serializable

    Workaround json4s issue of DefaultFormats not being Serializable in provided release

    Workaround json4s issue of DefaultFormats not being Serializable in provided release

    Definition Classes
    AnnotatorParam
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##: Int
    Definition Classes
    AnyRef → Any
  4. def ->(value: ExternalResource): ParamPair[ExternalResource]
    Definition Classes
    Param
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  8. val doc: String
    Definition Classes
    Param
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def equals(obj: Any): Boolean
    Definition Classes
    Param → AnyRef → Any
  11. implicit val formats: SerializableFormat.type
    Definition Classes
    AnnotatorParam
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  13. final def hashCode(): Int
    Definition Classes
    Param → AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val isValid: (ExternalResource) => Boolean
    Definition Classes
    Param
  16. def jsonDecode(json: String): ExternalResource
    Definition Classes
    AnnotatorParam → Param
  17. def jsonEncode(value: ExternalResource): String
    Definition Classes
    AnnotatorParam → Param
  18. val name: String
    Definition Classes
    Param
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. val parent: String
    Definition Classes
    Param
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. final def toString(): String
    Definition Classes
    Param → AnyRef → Any
  25. def w(value: ExternalResource): ParamPair[ExternalResource]
    Definition Classes
    Param
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Param[ExternalResource]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped