CreateTagOptionalParameter Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.customvision.training.models.CreateTagOptionalParameter

public class CreateTagOptionalParameter

The CreateTagOptionalParameter model.

Method Summary

Modifier and Type Method and Description
String description()

Get the description value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

String type()

Get the type value.

CreateTagOptionalParameter withDescription(String description)

Set the description value.

CreateTagOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

CreateTagOptionalParameter withType(String type)

Set the type value.

Method Details

description

public String description()

Get the description value.

Returns:

the description value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

type

public String type()

Get the type value.

Returns:

the type value

withDescription

public CreateTagOptionalParameter withDescription(String description)

Set the description value.

Parameters:

description - the description value to set

Returns:

the CreateTagOptionalParameter object itself.

withThisclientacceptLanguage

public CreateTagOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the CreateTagOptionalParameter object itself.

withType

public CreateTagOptionalParameter withType(String type)

Set the type value.

Parameters:

type - the type value to set

Returns:

the CreateTagOptionalParameter object itself.

Applies to