Dela via


OCRUrlInputOptionalParameter Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.OCRUrlInputOptionalParameter

public class OCRUrlInputOptionalParameter

The OCRUrlInputOptionalParameter model.

Method Summary

Modifier and Type Method and Description
Boolean cacheImage()

Get the cacheImage value.

Boolean enhanced()

Get the enhanced value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

OCRUrlInputOptionalParameter withCacheImage(Boolean cacheImage)

Set the cacheImage value.

OCRUrlInputOptionalParameter withEnhanced(Boolean enhanced)

Set the enhanced value.

OCRUrlInputOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

cacheImage

public Boolean cacheImage()

Get the cacheImage value.

Returns:

the cacheImage value

enhanced

public Boolean enhanced()

Get the enhanced value.

Returns:

the enhanced value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withCacheImage

public OCRUrlInputOptionalParameter withCacheImage(Boolean cacheImage)

Set the cacheImage value.

Parameters:

cacheImage - the cacheImage value to set

Returns:

the OCRUrlInputOptionalParameter object itself.

withEnhanced

public OCRUrlInputOptionalParameter withEnhanced(Boolean enhanced)

Set the enhanced value.

Parameters:

enhanced - the enhanced value to set

Returns:

the OCRUrlInputOptionalParameter object itself.

withThisclientacceptLanguage

public OCRUrlInputOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the OCRUrlInputOptionalParameter object itself.

Applies to