Aracılığıyla paylaş


DescribeImageOptionalParameter Class

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

public class DescribeImageOptionalParameter

The DescribeImageOptionalParameter model.

Method Summary

Modifier and Type Method and Description
List<DescriptionExclude> descriptionExclude()

Get the descriptionExclude value.

String language()

Get the language value.

Integer maxCandidates()

Get the maxCandidates value.

String modelVersion()

Get the modelVersion value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

DescribeImageOptionalParameter withDescriptionExclude(List<DescriptionExclude> descriptionExclude)

Set the descriptionExclude value.

DescribeImageOptionalParameter withLanguage(String language)

Set the language value.

DescribeImageOptionalParameter withMaxCandidates(Integer maxCandidates)

Set the maxCandidates value.

DescribeImageOptionalParameter withModelVersion(String modelVersion)

Set the modelVersion value.

DescribeImageOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

descriptionExclude

public List descriptionExclude()

Get the descriptionExclude value.

Returns:

the descriptionExclude value

language

public String language()

Get the language value.

Returns:

the language value

maxCandidates

public Integer maxCandidates()

Get the maxCandidates value.

Returns:

the maxCandidates 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

withDescriptionExclude

public DescribeImageOptionalParameter withDescriptionExclude(List descriptionExclude)

Set the descriptionExclude value.

Parameters:

descriptionExclude - the descriptionExclude value to set

Returns:

the DescribeImageOptionalParameter object itself.

withLanguage

public DescribeImageOptionalParameter withLanguage(String language)

Set the language value.

Parameters:

language - the language value to set

Returns:

the DescribeImageOptionalParameter object itself.

withMaxCandidates

public DescribeImageOptionalParameter withMaxCandidates(Integer maxCandidates)

Set the maxCandidates value.

Parameters:

maxCandidates - the maxCandidates value to set

Returns:

the DescribeImageOptionalParameter object itself.

withModelVersion

public DescribeImageOptionalParameter withModelVersion(String modelVersion)

Set the modelVersion value.

Parameters:

modelVersion - the modelVersion value to set

Returns:

the DescribeImageOptionalParameter object itself.

withThisclientacceptLanguage

public DescribeImageOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the DescribeImageOptionalParameter object itself.

Applies to