S4ServiceClientprocessRequest Method A Sandcastle Documented Class Library
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.

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

public AnnotatedDocument processRequest(
	ServiceRequest rq,
	bool requestCompression
)

Parameters

rq
Type: Ontotext.S4.serviceServiceRequest
the request which will be sent to the service
requestCompression
Type: SystemBoolean
whether to allow GZIP compression for large documents

Return Value

Type: AnnotatedDocument
an {@link AnnotatedDocument} containing the original content as well as the annotations produced
See Also

Reference