Uses of Enum Class
org.springframework.ai.embedding.EmbeddingResultMetadata.ModalityType
Packages that use EmbeddingResultMetadata.ModalityType
-
Uses of EmbeddingResultMetadata.ModalityType in org.springframework.ai.embedding
Methods in org.springframework.ai.embedding that return EmbeddingResultMetadata.ModalityTypeModifier and TypeMethodDescriptionEmbeddingResultMetadata.getModalityType()EmbeddingResultMetadata.ModalityUtils.getModalityType(org.springframework.util.MimeType mimeType) Infers theEmbeddingResultMetadata.ModalityTypeof the source data used to generate the embedding using the source dataMimeType.Returns the enum constant of this class with the specified name.static EmbeddingResultMetadata.ModalityType[]EmbeddingResultMetadata.ModalityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.ai.embedding with parameters of type EmbeddingResultMetadata.ModalityTypeModifierConstructorDescriptionEmbeddingResultMetadata(String documentId, EmbeddingResultMetadata.ModalityType modalityType, org.springframework.util.MimeType mimeType, Object documentData)