Dela via


AddImageFileInputOptionalParameter Class

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

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.

AddImageFileInputOptionalParameter withLabel(String label)

Set the label value.

AddImageFileInputOptionalParameter withTag(Integer tag)

Set the tag value.

AddImageFileInputOptionalParameter 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 AddImageFileInputOptionalParameter withLabel(String label)

Set the label value.

Parameters:

label - the label value to set

Returns:

the AddImageFileInputOptionalParameter object itself.

withTag

public AddImageFileInputOptionalParameter withTag(Integer tag)

Set the tag value.

Parameters:

tag - the tag value to set

Returns:

the AddImageFileInputOptionalParameter object itself.

withThisclientacceptLanguage

public AddImageFileInputOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the AddImageFileInputOptionalParameter object itself.

Applies to