Dela via


EvaluateMethodOptionalParameter Class

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

public class EvaluateMethodOptionalParameter

The EvaluateMethodOptionalParameter model.

Method Summary

Modifier and Type Method and Description
Boolean cacheImage()

Get the cacheImage value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

EvaluateMethodOptionalParameter withCacheImage(Boolean cacheImage)

Set the cacheImage value.

EvaluateMethodOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

cacheImage

public Boolean cacheImage()

Get the cacheImage value.

Returns:

the cacheImage value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withCacheImage

public EvaluateMethodOptionalParameter withCacheImage(Boolean cacheImage)

Set the cacheImage value.

Parameters:

cacheImage - the cacheImage value to set

Returns:

the EvaluateMethodOptionalParameter object itself.

withThisclientacceptLanguage

public EvaluateMethodOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the EvaluateMethodOptionalParameter object itself.

Applies to