RedactionType
Contents
[
Hide
]
Inheritance: java.lang.Object
public final class RedactionType
Represents a type of document’s data, affected by redaction.
Fields
Field | Description |
---|---|
Text | The document’s body text. |
Metadata | The document’s metadata. |
Annotation | The annotations within document’s text. |
ImageArea | The area within an image. |
Page | The page of a document. |
Methods
Method | Description |
---|---|
values() | List of RedactionType values. |
Text
public static final int Text
The document’s body text.
Metadata
public static final int Metadata
The document’s metadata.
Annotation
public static final int Annotation
The annotations within document’s text.
ImageArea
public static final int ImageArea
The area within an image.
Page
public static final int Page
The page of a document.
values()
public static List<String> values()
List of RedactionType values.
Returns: java.util.List<java.lang.String>