共用方式為


TagImageInStreamOptionalParameter Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.computervision.models.TagImageInStreamOptionalParameter

public class TagImageInStreamOptionalParameter

The TagImageInStreamOptionalParameter model.

Method Summary

Modifier and Type Method and Description
String language()

Get the language value.

String modelVersion()

Get the modelVersion value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

TagImageInStreamOptionalParameter withLanguage(String language)

Set the language value.

TagImageInStreamOptionalParameter withModelVersion(String modelVersion)

Set the modelVersion value.

TagImageInStreamOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

language

public String language()

Get the language value.

Returns:

the language value

modelVersion

public String modelVersion()

Get the modelVersion value.

Returns:

the modelVersion value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withLanguage

public TagImageInStreamOptionalParameter withLanguage(String language)

Set the language value.

Parameters:

language - the language value to set

Returns:

the TagImageInStreamOptionalParameter object itself.

withModelVersion

public TagImageInStreamOptionalParameter withModelVersion(String modelVersion)

Set the modelVersion value.

Parameters:

modelVersion - the modelVersion value to set

Returns:

the TagImageInStreamOptionalParameter object itself.

withThisclientacceptLanguage

public TagImageInStreamOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the TagImageInStreamOptionalParameter object itself.

Applies to