Interface IGenerateAnnotationService
Interface for generating annotation that are basing on a given document
Namespace: Simplic.Viewer.Annotation
Assembly: Simplic.Viewer.Annotation.dll
Syntax
public interface IGenerateAnnotationService
Methods
| Improve this Doc View SourceGenerate(Guid)
Generate annotation result by using a blob guid
Declaration
GenerateAnnotationResult Generate(Guid blobId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | blobId | Unique blob guid |
Returns
Type | Description |
---|---|
GenerateAnnotationResult | Annotation result |