AddImageOptionalParameter Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. AddImageOptionalParameter
- com.
public class AddImageOptionalParameter
O modelo AddImageOptionalParameter.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
String |
label()
Obtenha o valor do rótulo. |
Integer |
tag()
Obtenha o valor da marca. |
String |
thisclientacceptLanguage()
Obtenha o valor thisclientacceptLanguage. |
Add |
withLabel(String label)
Defina o valor do rótulo. |
Add |
withTag(Integer tag)
Defina o valor da marca. |
Add |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Defina o valor thisclientacceptLanguage. |
Detalhes do método
label
public String label()
Obtenha o valor do rótulo.
Returns:
tag
public Integer tag()
Obtenha o valor da marca.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Obtenha o valor thisclientacceptLanguage.
Returns:
withLabel
public AddImageOptionalParameter withLabel(String label)
Defina o valor do rótulo.
Parameters:
Returns:
withTag
public AddImageOptionalParameter withTag(Integer tag)
Defina o valor da marca.
Parameters:
Returns:
withThisclientacceptLanguage
public AddImageOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Defina o valor thisclientacceptLanguage.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java