class LightPipeline extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LightPipeline
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new LightPipeline(pipelineModel: PipelineModel, parseEmbeddings: Boolean = false)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def annotate(targets: Array[String], optionalTargets: Array[String]): Array[Map[String, Seq[String]]]
- def annotate(target: String, optionalTarget: String = ""): Map[String, Seq[String]]
- def annotate(targets: Array[String]): Array[Map[String, Seq[String]]]
- def annotateJava(targets: ArrayList[String], optionalTargets: ArrayList[String]): List[Map[String, List[String]]]
- def annotateJava(targets: ArrayList[String]): List[Map[String, List[String]]]
- def annotateJava(target: String, optionalTarget: String): Map[String, List[String]]
- def annotateJava(target: String): Map[String, List[String]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fullAnnotate(audios: Array[Array[Float]]): Array[Map[String, Seq[IAnnotation]]]
- def fullAnnotate(audio: Array[Float]): Map[String, Seq[IAnnotation]]
- def fullAnnotate(audio: Array[Double]): Map[String, Seq[IAnnotation]]
- def fullAnnotate(targets: Array[String], optionalTargets: Array[String]): Array[Map[String, Seq[IAnnotation]]]
- def fullAnnotate(target: String, optionalTarget: String = ""): Map[String, Seq[IAnnotation]]
- def fullAnnotate(targets: Array[String]): Array[Map[String, Seq[IAnnotation]]]
- def fullAnnotateAudiosJava(audios: ArrayList[ArrayList[Double]]): List[Map[String, List[IAnnotation]]]
- def fullAnnotateImage(pathToImage: String, text: String = ""): Map[String, Seq[IAnnotation]]
- def fullAnnotateImageJava(pathToImages: ArrayList[String], texts: ArrayList[String]): List[Map[String, List[IAnnotation]]]
- def fullAnnotateImageJava(pathToImage: String): Map[String, List[IAnnotation]]
- def fullAnnotateImages(pathToImages: Array[String], texts: Array[String] = Array.empty): Array[Map[String, Seq[IAnnotation]]]
- def fullAnnotateJava(targets: ArrayList[String], optionalTargets: ArrayList[String]): List[Map[String, List[IAnnotation]]]
- def fullAnnotateJava(targets: ArrayList[String]): List[Map[String, List[IAnnotation]]]
- def fullAnnotateJava(target: String, optionalTarget: String): Map[String, List[IAnnotation]]
- def fullAnnotateJava(target: String): Map[String, List[IAnnotation]]
- def fullAnnotateSingleAudioJava(audio: ArrayList[Double]): Map[String, List[IAnnotation]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getIgnoreUnsupported: Boolean
- def getStages: Array[Transformer]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val pipelineModel: PipelineModel
- def setIgnoreUnsupported(v: Boolean): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transform(dataFrame: Dataset[_]): DataFrame
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)