Dela via


AddImageOptionalParameter Class

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

public class AddImageOptionalParameter

The AddImageOptionalParameter 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.

AddImageOptionalParameter withLabel(String label)

Set the label value.

AddImageOptionalParameter withTag(Integer tag)

Set the tag value.

AddImageOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

label

public String label()

Get the label value.

Returns:

the label value

tag

public Integer tag()

Get the tag value.

Returns:

the tag value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withLabel

public AddImageOptionalParameter withLabel(String label)

Set the label value.

Parameters:

label - the label value to set

Returns:

the AddImageOptionalParameter object itself.

withTag

public AddImageOptionalParameter withTag(Integer tag)

Set the tag value.

Parameters:

tag - the tag value to set

Returns:

the AddImageOptionalParameter object itself.

withThisclientacceptLanguage

public AddImageOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the AddImageOptionalParameter object itself.

Applies to