case class AQAnnotation(docId: String, annotSet: String, annotType: String, startOffset: Long, endOffset: Long, annotId: Long, properties: Option[Map[String, String]] = None) extends Product with Serializable
AQAnnotation.
- docId
Document Id (PII)
- annotSet
Annotation set (such as scnlp, ge)
- annotType
Annotation type (such as text, sentence)
- startOffset
Starting offset for the annotation (based on the text file for the document)
- endOffset
Ending offset for the annotation (based on the text file for the document)
- annotId
Annotation Id
- properties
Map of key-value properties
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AQAnnotation
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
AQAnnotation(docId: String, annotSet: String, annotType: String, startOffset: Long, endOffset: Long, annotId: Long, properties: Option[Map[String, String]] = None)
- docId
Document Id (PII)
- annotSet
Annotation set (such as scnlp, ge)
- annotType
Annotation type (such as text, sentence)
- startOffset
Starting offset for the annotation (based on the text file for the document)
- endOffset
Ending offset for the annotation (based on the text file for the document)
- annotId
Annotation Id
- properties
Map of key-value properties
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
- val annotId: Long
- val annotSet: String
- val annotType: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val docId: String
- val endOffset: Long
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val properties: Option[Map[String, String]]
- val startOffset: Long
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated