MatchUrlInputOptionalParameter Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. MatchUrlInputOptionalParameter
- com.
public class MatchUrlInputOptionalParameter
O modelo MatchUrlInputOptionalParameter.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
Boolean |
cacheImage()
Obtenha o valor cacheImage. |
String |
listId()
Obtenha o valor listId. |
String |
thisclientacceptLanguage()
Obtenha o valor thisclientacceptLanguage. |
Match |
withCacheImage(Boolean cacheImage)
Defina o valor cacheImage. |
Match |
withListId(String listId)
Defina o valor listId. |
Match |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Defina o valor thisclientacceptLanguage. |
Detalhes do método
cacheImage
public Boolean cacheImage()
Obtenha o valor cacheImage.
Returns:
listId
public String listId()
Obtenha o valor listId.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Obtenha o valor thisclientacceptLanguage.
Returns:
withCacheImage
public MatchUrlInputOptionalParameter withCacheImage(Boolean cacheImage)
Defina o valor cacheImage.
Parameters:
Returns:
withListId
public MatchUrlInputOptionalParameter withListId(String listId)
Defina o valor listId.
Parameters:
Returns:
withThisclientacceptLanguage
public MatchUrlInputOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Defina o valor thisclientacceptLanguage.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java