Uses of Class
com.azure.ai.openai.models.AzureChatOCREnhancementConfiguration
Packages that use AzureChatOCREnhancementConfiguration
-
Uses of AzureChatOCREnhancementConfiguration in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return AzureChatOCREnhancementConfigurationModifier and TypeMethodDescriptionAzureChatOCREnhancementConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureChatOCREnhancementConfiguration from the JsonReader.AzureChatEnhancementConfiguration.getOcr()Get the ocr property: A representation of the available options for the Azure OpenAI optical character recognition (OCR) enhancement.Methods in com.azure.ai.openai.models with parameters of type AzureChatOCREnhancementConfigurationModifier and TypeMethodDescriptionAzureChatEnhancementConfiguration.setOcr(AzureChatOCREnhancementConfiguration ocr) Set the ocr property: A representation of the available options for the Azure OpenAI optical character recognition (OCR) enhancement.