AnnotatedDocument Class A Sandcastle Documented Class Library
Annotated Document
Inheritance Hierarchy

SystemObject
  Ontotext.S4.serviceAnnotatedDocument

Namespace: Ontotext.S4.service
Assembly: S4ClientLibrary (in S4ClientLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class AnnotatedDocument

The AnnotatedDocument type exposes the following members.

Constructors

  NameDescription
Public methodAnnotatedDocument
Initializes a new instance of the AnnotatedDocument class
Top
Methods

  NameDescription
Public methodaddFeature
Catch-all setter used by Jackson to deserialize unknown properties into the {@link #otherFeatures} map.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldentities
Annotations grouped by type. The keys in this map are annotation types and the corresponding values are the (possibly empty) list of annotations of that type that were found by the pipeline.
Public fieldotherFeatures
Holder for any additional properties found in the JSON response apart from the text and entities. Typically this will only contain values if the original document that was processed was Twitter JSON.
Public fieldtext
The plain text of the document, extracted from the original source. Any markup that was part of the original document (e.g. XML or HTML) will have been removed, leaving just the plain text.
Top
See Also

Reference