Package com.azure.ai.openai.models
Class AzureChatEnhancementConfiguration
java.lang.Object
com.azure.ai.openai.models.AzureChatEnhancementConfiguration
A representation of the available Azure OpenAI enhancement configurations.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AzureChatEnhancementConfiguration class. -
Method Summary
Modifier and TypeMethodDescriptionGet the grounding property: A representation of the available options for the Azure OpenAI grounding enhancement.getOcr()Get the ocr property: A representation of the available options for the Azure OpenAI optical character recognition (OCR) enhancement.Set the grounding property: A representation of the available options for the Azure OpenAI grounding enhancement.Set the ocr property: A representation of the available options for the Azure OpenAI optical character recognition (OCR) enhancement.
-
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
public AzureChatEnhancementConfiguration setGrounding(AzureChatGroundingEnhancementConfiguration grounding) 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.
-