Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.textsummarizer.TextSummarizer Interface Reference

Public Member Functions

String getName ()
 
TextSummary summarize (AbstractFile file, int summarySize) throws IOException
 

Detailed Description

Interface for implementation of summarizers for documents.

Definition at line 27 of file TextSummarizer.java.

Member Function Documentation

String org.sleuthkit.autopsy.textsummarizer.TextSummarizer.getName ( )

Get the name of the TextSummarizer for identification purposes.

Returns
The name of the TextSummarizer.
TextSummary org.sleuthkit.autopsy.textsummarizer.TextSummarizer.summarize ( AbstractFile  file,
int  summarySize 
) throws IOException

Summarize the provided abstract file into a summary with a size no greater than the size specified.

Parameters
fileThe AbstractFile to summarize.
summarySizeThe size of the summary to create.
Returns
The summary as a TextSummary object.
Exceptions
IOException

Referenced by org.sleuthkit.autopsy.discovery.search.FileSearch.summarize().


The documentation for this interface was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.