Aracılığıyla paylaş


AddImageUrlInputOptionalParameter Class

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

public class AddImageUrlInputOptionalParameter

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

AddImageUrlInputOptionalParameter withLabel(String label)

Set the label value.

AddImageUrlInputOptionalParameter withTag(Integer tag)

Set the tag value.

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

Set the label value.

Parameters:

label - the label value to set

Returns:

the AddImageUrlInputOptionalParameter object itself.

withTag

public AddImageUrlInputOptionalParameter withTag(Integer tag)

Set the tag value.

Parameters:

tag - the tag value to set

Returns:

the AddImageUrlInputOptionalParameter object itself.

withThisclientacceptLanguage

public AddImageUrlInputOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the AddImageUrlInputOptionalParameter object itself.

Applies to