DocumentSource
Represents a sealed interface for different types of document sources. It defines a contract for how documents can be represented or accessed.
This API is internal and subject to change without notice.
Inheritors
Types
Link copied to clipboard
Represents a document source that encodes data using Base64 format.
Link copied to clipboard
Represents a plain text document source, containing the text data and its associated media type.
Link copied to clipboard
Represents a URL source for a document.