Package com.axemble.vdoc.sdk.ai.content
Interface IDocument<T>
- Type Parameters:
T- the type of the native document
public interface IDocument<T>
Interface for a document
-
Method Summary
-
Method Details
-
getNativeDocument
T getNativeDocument()Get the native document- Returns:
- the native document
-