|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
Class to contain all information necessary to display a summary for a file.s
Definition at line 26 of file TextSummary.java.
| org.sleuthkit.autopsy.textsummarizer.TextSummary.TextSummary | ( | String | summary, |
| Image | image, | ||
| int | countOfImages | ||
| ) |
Create a new TextSummary object.
| 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.
| int org.sleuthkit.autopsy.textsummarizer.TextSummary.getNumberOfImages | ( | ) |
Definition at line 63 of file TextSummary.java.
References org.sleuthkit.autopsy.textsummarizer.TextSummary.numberOfImages.
| Image org.sleuthkit.autopsy.textsummarizer.TextSummary.getSampleImage | ( | ) |
Definition at line 56 of file TextSummary.java.
References org.sleuthkit.autopsy.textsummarizer.TextSummary.sampleImage.
| String org.sleuthkit.autopsy.textsummarizer.TextSummary.getSummaryText | ( | ) |
Definition at line 49 of file TextSummary.java.
References org.sleuthkit.autopsy.textsummarizer.TextSummary.summaryText.
Referenced by org.sleuthkit.autopsy.discovery.search.FileSearch.summarize().
|
private |
Definition at line 30 of file TextSummary.java.
Referenced by org.sleuthkit.autopsy.textsummarizer.TextSummary.getNumberOfImages().
|
private |
Definition at line 29 of file TextSummary.java.
Referenced by org.sleuthkit.autopsy.textsummarizer.TextSummary.getSampleImage().
|
private |
Definition at line 28 of file TextSummary.java.
Referenced by org.sleuthkit.autopsy.textsummarizer.TextSummary.getSummaryText().
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.