Uses of Interface
org.springframework.ai.model.ModelResult
Package
Description
Provides a set of interfaces and classes for a generic API designed to interact with
various AI models.
-
Uses of ModelResult in org.springframework.ai.audio.transcription
Modifier and TypeClassDescriptionclass
Represents a response returned by the AI. -
Uses of ModelResult in org.springframework.ai.chat.model
-
Uses of ModelResult in org.springframework.ai.embedding
-
Uses of ModelResult in org.springframework.ai.image
-
Uses of ModelResult in org.springframework.ai.model
Modifier and TypeInterfaceDescriptioninterface
ModelResponse<T extends ModelResult<?>>
Interface representing the response received from an AI model. -
Uses of ModelResult in org.springframework.ai.moderation
Modifier and TypeClassDescriptionclass
The Generation class represents a response from a moderation process. -
Uses of ModelResult in org.springframework.ai.openai.audio.speech
Modifier and TypeClassDescriptionclass
The Speech class represents the result of speech synthesis from an AI model.