AddImageFileInputOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. AddImageFileInputOptionalParameter
- com.
public class AddImageFileInputOptionalParameter
The AddImageFileInputOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
label()
Get the label value. |
Integer |
tag()
Get the tag value. |
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
Add |
withLabel(String label)
Set the label value. |
Add |
withTag(Integer tag)
Set the tag value. |
Add |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
label
public String label()
Get the label value.
Returns:
tag
public Integer tag()
Get the tag value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withLabel
public AddImageFileInputOptionalParameter withLabel(String label)
Set the label value.
Parameters:
Returns:
withTag
public AddImageFileInputOptionalParameter withTag(Integer tag)
Set the tag value.
Parameters:
Returns:
withThisclientacceptLanguage
public AddImageFileInputOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns: