case class JsonConverterDict(document_identifier: String, document_text: Seq[String], entities: Seq[Map[String, String]], assertions: Seq[Map[String, String]], resolutions: Seq[Map[String, String]], relations: Seq[Map[String, String]], summaries: Seq[String], deidentifications: Seq[Map[String, String]], classifications: Seq[Map[String, String]]) extends Serializable with Product
- Attributes
- protected
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsonConverterDict
- Product
- Equals
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JsonConverterDict(document_identifier: String, document_text: Seq[String], entities: Seq[Map[String, String]], assertions: Seq[Map[String, String]], resolutions: Seq[Map[String, String]], relations: Seq[Map[String, String]], summaries: Seq[String], deidentifications: Seq[Map[String, String]], classifications: Seq[Map[String, String]])
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val assertions: Seq[Map[String, String]]
- val classifications: Seq[Map[String, String]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val deidentifications: Seq[Map[String, String]]
- val document_identifier: String
- val document_text: Seq[String]
- val entities: Seq[Map[String, String]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @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
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val relations: Seq[Map[String, String]]
- val resolutions: Seq[Map[String, String]]
- val summaries: Seq[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toRow(parserJson: JsonConverterDict): Row
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()