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

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

public AnnotatedDocument annotateDocumentFromUrl(
	Uri documentUrl,
	SupportedMimeType documentMimeType
)

Parameters

documentUrl
Type: SystemUri
the publicly accessible URL from where the document will be downloaded
documentMimeType
Type: Ontotext.S4.serviceSupportedMimeType
the MIME type of the document which will be annotated

Return Value

Type: AnnotatedDocument
an {@link AnnotatedDocument} which allows for convenient programmatic access to the annotated document
See Also

Reference