Uses of Enum Class
dev.langchain4j.data.message.ContentType
-
Uses of ContentType in dev.langchain4j.data.message
Modifier and TypeMethodDescriptionAudioContent.type()
Content.type()
Returns the type of content.ImageContent.type()
PdfFileContent.type()
TextContent.type()
TextFileContent.type()
VideoContent.type()
static ContentType
Returns the enum constant of this class with the specified name.static ContentType[]
ContentType.values()
Returns an array containing the constants of this enum class, in the order they are declared.