Aracılığıyla paylaş


FindFacesOptionalParameter Class

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

public class FindFacesOptionalParameter

The FindFacesOptionalParameter model.

Method Summary

Modifier and Type Method and Description
Boolean cacheImage()

Get the cacheImage value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

FindFacesOptionalParameter withCacheImage(Boolean cacheImage)

Set the cacheImage value.

FindFacesOptionalParameter 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 FindFacesOptionalParameter withCacheImage(Boolean cacheImage)

Set the cacheImage value.

Parameters:

cacheImage - the cacheImage value to set

Returns:

the FindFacesOptionalParameter object itself.

withThisclientacceptLanguage

public FindFacesOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the FindFacesOptionalParameter object itself.

Applies to