Uses of Enum Class
dev.langchain4j.data.message.ContentType
Packages that use ContentType
Package
Description
AWS Bedrock integration for LangChain4j.
-
Uses of ContentType in dev.langchain4j.data.message
Subclasses with type arguments of type ContentType in dev.langchain4j.data.messageMethods in dev.langchain4j.data.message that return ContentTypeModifier and TypeMethodDescriptionAudioContent.type()Content.type()Returns the type of content.ImageContent.type()PdfFileContent.type()TextContent.type()VideoContent.type()static ContentTypeReturns 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. -
Uses of ContentType in dev.langchain4j.model.bedrock
Methods in dev.langchain4j.model.bedrock that return types with arguments of type ContentType -
Uses of ContentType in dev.langchain4j.model.cohere
Methods in dev.langchain4j.model.cohere that return types with arguments of type ContentType -
Uses of ContentType in dev.langchain4j.model.embedding
Methods in dev.langchain4j.model.embedding that return types with arguments of type ContentTypeModifier and TypeMethodDescriptiondefault Set<ContentType> EmbeddingModel.supportedContentTypes()The inputcontent typesthis model can embed. -
Uses of ContentType in dev.langchain4j.model.embedding.request
Methods in dev.langchain4j.model.embedding.request that return types with arguments of type ContentTypeModifier and TypeMethodDescriptionEmbeddingInput.contentTypes()The set ofContentTypes present in this input. -
Uses of ContentType in dev.langchain4j.model.google.genai
Methods in dev.langchain4j.model.google.genai that return types with arguments of type ContentType -
Uses of ContentType in dev.langchain4j.model.googleai
Methods in dev.langchain4j.model.googleai that return types with arguments of type ContentType -
Uses of ContentType in dev.langchain4j.model.jina
Methods in dev.langchain4j.model.jina that return types with arguments of type ContentType -
Uses of ContentType in dev.langchain4j.model.voyageai
Methods in dev.langchain4j.model.voyageai that return types with arguments of type ContentType