Class AzureChatEnhancementConfiguration

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

public final class AzureChatEnhancementConfiguration extends Object
A representation of the available Azure OpenAI enhancement configurations.
  • Constructor Details

    • AzureChatEnhancementConfiguration

      public AzureChatEnhancementConfiguration()
      Creates an instance of AzureChatEnhancementConfiguration class.
  • Method Details

    • getGrounding

      Get the grounding property: A representation of the available options for the Azure OpenAI grounding enhancement.
      Returns:
      the grounding value.
    • setGrounding

      Set the grounding property: A representation of the available options for the Azure OpenAI grounding enhancement.
      Parameters:
      grounding - the grounding value to set.
      Returns:
      the AzureChatEnhancementConfiguration object itself.
    • getOcr

      Get the ocr property: A representation of the available options for the Azure OpenAI optical character recognition (OCR) enhancement.
      Returns:
      the ocr value.
    • setOcr

      Set the ocr property: A representation of the available options for the Azure OpenAI optical character recognition (OCR) enhancement.
      Parameters:
      ocr - the ocr value to set.
      Returns:
      the AzureChatEnhancementConfiguration object itself.