Class AnthropicImageContentSource
java.lang.Object
dev.langchain4j.model.anthropic.internal.api.AnthropicImageContentSource
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAnthropicImageContentSource
(String type, String mediaType, String data) AnthropicImageContentSource
(String type, String mediaType, String data, String url) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static AnthropicImageContentSource
fromBase64
(String mediaType, String data) static AnthropicImageContentSource
int
hashCode()
toString()
-
Field Details
-
type
-
mediaType
-
data
-
url
-
-
Constructor Details
-
AnthropicImageContentSource
-
AnthropicImageContentSource
-
-
Method Details
-
fromBase64
-
fromUrl
-
equals
-
hashCode
-
toString
-