AnnotatorSettings
Leave feedback
On this page
Inheritance: java.lang.Object
public class AnnotatorSettings
Defines settings for customizing Annotator behavior.
| Constructor | Description |
|---|---|
| AnnotatorSettings() |
| Method | Description |
|---|---|
| getLogger() | Logger |
| setLogger(ILogger value) | Logger |
| getCache() | Cache |
| setCache(ICache value) | Cache |
public AnnotatorSettings()
public final ILogger getLogger()
Logger
Returns: com.groupdocs.foundation.logging.ILogger -
public final void setLogger(ILogger value)
Logger
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | com.groupdocs.foundation.logging.ILogger |
public final ICache getCache()
Cache
Returns: ICache -
public final void setCache(ICache value)
Cache
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | ICache |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.