Class AzureChatEnhancements

java.lang.Object
com.azure.ai.openai.models.AzureChatEnhancements

public final class AzureChatEnhancements extends Object
Represents the output results of Azure enhancements to chat completions, as configured via the matching input provided in the request.
  • Method Details

    • getGrounding

      public AzureGroundingEnhancement getGrounding()
      Get the grounding property: The grounding enhancement that returns the bounding box of the objects detected in the image.
      Returns:
      the grounding value.