case class ConverterSchema(document_identifier: Option[String], document_text: Option[String], entities: Option[List[String]], assertions: Option[List[String]], resolutions: Option[List[ResolutionSchema]], relations: Option[List[String]], summaries: Option[List[String]], deidentifications: Option[List[DeIdentificationSchema]], classifications: Option[List[ClassificationSchema]]) extends Serializable with Product
ConverterSchema is a case class that represents the schema of the input data to the StructuredJsonConverter. The StructuredJsonConverter is an Annotator that converts the output of a pipeline to a structured JSON format. The ConverterSchema is used to specify the schema of the input data to the StructuredJsonConverter.
- document_identifier
The identifier of the document.
- document_text
Document column name.
- entities
Chunk column names.
- assertions
Assertion column names.
- resolutions
Resolution column names.
- relations
Relation column names.
- summaries
Summary column names.
- deidentifications
De-identification column names.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConverterSchema
- Product
- Equals
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ConverterSchema(document_identifier: Option[String], document_text: Option[String], entities: Option[List[String]], assertions: Option[List[String]], resolutions: Option[List[ResolutionSchema]], relations: Option[List[String]], summaries: Option[List[String]], deidentifications: Option[List[DeIdentificationSchema]], classifications: Option[List[ClassificationSchema]])
- document_identifier
The identifier of the document.
- document_text
Document column name.
- entities
Chunk column names.
- assertions
Assertion column names.
- resolutions
Resolution column names.
- relations
Relation column names.
- summaries
Summary column names.
- deidentifications
De-identification column names.
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: Option[List[String]]
- val classifications: Option[List[ClassificationSchema]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val deidentifications: Option[List[DeIdentificationSchema]]
- val document_identifier: Option[String]
- val document_text: Option[String]
- val entities: Option[List[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()
- def getColumnNamesFromInputSchema: Array[String]
-
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: Option[List[String]]
- val resolutions: Option[List[ResolutionSchema]]
- val summaries: Option[List[String]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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()