Package com.azure.ai.openai.models
Class ChatMessageImageContentItem
java.lang.Object
com.azure.ai.openai.models.ChatMessageContentItem
com.azure.ai.openai.models.ChatMessageImageContentItem
A structured chat content item containing an image reference.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ChatMessageImageContentItem class. -
Method Summary
Modifier and TypeMethodDescriptionGet the imageUrl property: An internet location, which must be accessible to the model,from which the image may be retrieved.
-
Constructor Details
-
ChatMessageImageContentItem
Creates an instance of ChatMessageImageContentItem class.- Parameters:
imageUrl- the imageUrl value to set.
-
-
Method Details
-
getImageUrl
Get the imageUrl property: An internet location, which must be accessible to the model,from which the image may be retrieved.- Returns:
- the imageUrl value.
-