Autopsy  4.14.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.textsummarizer.TextSummary Class Reference

Public Member Functions

 TextSummary (String summary, Image image, int countOfImages)
 
int getNumberOfImages ()
 
Image getSampleImage ()
 
String getSummaryText ()
 

Private Attributes

final int numberOfImages
 
final Image sampleImage
 
final String summaryText
 

Detailed Description

Class to contain all information necessary to display a summary for a file.s

Definition at line 26 of file TextSummary.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.textsummarizer.TextSummary.TextSummary ( String  summary,
Image  image,
int  countOfImages 
)

Create a new TextSummary object.

Parameters
summary- The text portion of the summary.
image- The Image portion of the summary
countOfImages- The number of images including the one provided in the document.

Definition at line 40 of file TextSummary.java.

Member Function Documentation

int org.sleuthkit.autopsy.textsummarizer.TextSummary.getNumberOfImages ( )
Image org.sleuthkit.autopsy.textsummarizer.TextSummary.getSampleImage ( )
String org.sleuthkit.autopsy.textsummarizer.TextSummary.getSummaryText ( )

Member Data Documentation

final int org.sleuthkit.autopsy.textsummarizer.TextSummary.numberOfImages
private
final Image org.sleuthkit.autopsy.textsummarizer.TextSummary.sampleImage
private
final String org.sleuthkit.autopsy.textsummarizer.TextSummary.summaryText
private

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

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.