S4ServiceClient Class A Sandcastle Documented Class Library

[Missing <summary> documentation for "T:Ontotext.S4.service.S4ServiceClient"]

Inheritance Hierarchy

SystemObject
  Ontotext.S4.serviceS4ServiceClient

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

public class S4ServiceClient

The S4ServiceClient type exposes the following members.

Constructors

  NameDescription
Public methodS4ServiceClient(Uri, String, String)
Construct a
S4ServiceClient
accessing a specific processing pipeline on the s4.ontotext.com platform using the given credentials.
Public methodS4ServiceClient(ServiceDescriptor, String, String)
Construct a
S4ServiceClient
accessing a specific processing pipeline on the s4.ontotext.com platform using the given credentials.
Top
Methods

  NameDescription
Public methodannotateDocument
Annotates a single document with the specified MIME type. Returns an object which allows for convenient access to the annotations in the annotated document.
Public methodannotateDocumentAsStream
Annotates a single document and returns an {@link InputStream} from which the contents of the serialized annotated document can be read
Public methodannotateDocumentFromUrl
Annotates a single document publicly available under a given URL. Returns an object which allows for convenient access to the annotations in the annotated document
Public methodannotateDocumentFromUrlAsStream
Annotates a single document publicly available under a given URL. Returns the annotated document serialized into the specified format
Public methodannotateFileContents
Annotates the contents of a single file with the specified MIME type. Returns an object which allows for convenient access to the annotations in the annotated document.
Public methodannotateFileContentsAsStream
Annotates the contents of a single file returning an {@link InputStream} from which the annotated content can be read
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 methodStatic memberGetProperties
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Private methodStatic memberload
Public methodStatic membermain
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberNumToEnumT
Private methodStatic memberprintUsageAndTerminate
Public methodprocessRequest
This low level method allows the user to specify every parameter explicitly by setting the properties of the OnlineService request object. Returns an object which wraps the annotated document.
Public methodprocessRequestForStream
This low level method allows the user to explicitly specify all the parameters sent to the service. This is done by constructing the appropriate ServiceRequest object. Returns the contents of the annotated document
Private methodStatic memberreadCredentials
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Private fieldclient
Top
See Also

Reference