Package com.azure.ai.openai.models
Class AzureChatEnhancements
java.lang.Object
com.azure.ai.openai.models.AzureChatEnhancements
Represents the output results of Azure enhancements to chat completions, as configured via the matching input
provided
in the request.
-
Method Summary
Modifier and TypeMethodDescriptionGet the grounding property: The grounding enhancement that returns the bounding box of the objects detected in the image.
-
Method Details
-
getGrounding
Get the grounding property: The grounding enhancement that returns the bounding box of the objects detected in the image.- Returns:
- the grounding value.
-