public abstract class DocumentInfo extends Object
Learn more
| Constructor and Description |
|---|
DocumentInfo() |
| Modifier and Type | Method and Description |
|---|---|
static DocumentInfo |
deserialize(byte[] array)
Deserializes an instance from a byte array.
|
abstract DocumentSourceKind |
getDocumentSourceKind()
Gets the document source kind.
|
abstract String |
getFilePath()
Gets the file path for indexed from file or the document key for indexed from stream or structure.
|
abstract FileType |
getFileType()
Gets the file type.
|
abstract FormatFamily |
getFormatFamily()
Gets the document format family.
|
abstract boolean |
getIndexedWithError()
Gets the indicator of indexing error.
|
abstract String |
getInnerPath()
Gets the inner path for the container document item.
|
abstract String[] |
getInnerPathParts()
Gets the inner path parts for the container document item.
|
abstract byte[] |
serialize()
Serializes the current instance to a byte array.
|
abstract String |
toString()
Returns a
System.String that represents the current DocumentInfo. |
public static DocumentInfo deserialize(byte[] array)
array - A byte array to deserialize from.public abstract DocumentSourceKind getDocumentSourceKind()
public abstract String getFilePath()
public abstract FileType getFileType()
public abstract FormatFamily getFormatFamily()
public abstract boolean getIndexedWithError()
public abstract String getInnerPath()
public abstract String[] getInnerPathParts()
public abstract byte[] serialize()
Copyright © 2026. All rights reserved.