Compartir a través de


OCRUrlInputOptionalParameter Clase

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

public class OCRUrlInputOptionalParameter

Modelo OCRUrlInputOptionalParameter.

Resumen del método

Modificador y tipo Método y descripción
Boolean cacheImage()

Obtenga el valor cacheImage.

Boolean enhanced()

Obtenga el valor mejorado.

String thisclientacceptLanguage()

Obtenga el valor thisclientacceptLanguage.

OCRUrlInputOptionalParameter withCacheImage(Boolean cacheImage)

Establezca el valor cacheImage.

OCRUrlInputOptionalParameter withEnhanced(Boolean enhanced)

Establezca el valor mejorado.

OCRUrlInputOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Establezca el valor thisclientacceptLanguage.

Detalles del método

cacheImage

public Boolean cacheImage()

Obtenga el valor cacheImage.

Returns:

el valor cacheImage

enhanced

public Boolean enhanced()

Obtenga el valor mejorado.

Returns:

el valor mejorado

thisclientacceptLanguage

public String thisclientacceptLanguage()

Obtenga el valor thisclientacceptLanguage.

Returns:

el valor thisclientacceptLanguage

withCacheImage

public OCRUrlInputOptionalParameter withCacheImage(Boolean cacheImage)

Establezca el valor cacheImage.

Parameters:

cacheImage - el valor cacheImage que se va a establecer

Returns:

el propio objeto OCRUrlInputOptionalParameter.

withEnhanced

public OCRUrlInputOptionalParameter withEnhanced(Boolean enhanced)

Establezca el valor mejorado.

Parameters:

enhanced - valor mejorado que se va a establecer

Returns:

el propio objeto OCRUrlInputOptionalParameter.

withThisclientacceptLanguage

public OCRUrlInputOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Establezca el valor thisclientacceptLanguage.

Parameters:

thisclientacceptLanguage - el valor thisclientacceptLanguage que se va a establecer

Returns:

el propio objeto OCRUrlInputOptionalParameter.

Se aplica a