Package com.azure.ai.openai.models
Class AzureChatOCREnhancementConfiguration
java.lang.Object
com.azure.ai.openai.models.AzureChatOCREnhancementConfiguration
A representation of the available options for the Azure OpenAI optical character recognition (OCR) enhancement.
-
Constructor Summary
ConstructorsConstructorDescriptionAzureChatOCREnhancementConfiguration(boolean enabled) Creates an instance of AzureChatOCREnhancementConfiguration class. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the enabled property: Specifies whether the enhancement is enabled.
-
Constructor Details
-
AzureChatOCREnhancementConfiguration
public AzureChatOCREnhancementConfiguration(boolean enabled) Creates an instance of AzureChatOCREnhancementConfiguration class.- Parameters:
enabled- the enabled value to set.
-
-
Method Details
-
isEnabled
public boolean isEnabled()Get the enabled property: Specifies whether the enhancement is enabled.- Returns:
- the enabled value.
-