Delen via


DescribeImageInStreamOptionalParameter Class

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

public class DescribeImageInStreamOptionalParameter

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

DescribeImageInStreamOptionalParameter withDescriptionExclude(List<DescriptionExclude> descriptionExclude)

Set the descriptionExclude value.

DescribeImageInStreamOptionalParameter withLanguage(String language)

Set the language value.

DescribeImageInStreamOptionalParameter withMaxCandidates(Integer maxCandidates)

Set the maxCandidates value.

DescribeImageInStreamOptionalParameter withModelVersion(String modelVersion)

Set the modelVersion value.

DescribeImageInStreamOptionalParameter 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 DescribeImageInStreamOptionalParameter withDescriptionExclude(List descriptionExclude)

Set the descriptionExclude value.

Parameters:

descriptionExclude - the descriptionExclude value to set

Returns:

the DescribeImageInStreamOptionalParameter object itself.

withLanguage

public DescribeImageInStreamOptionalParameter withLanguage(String language)

Set the language value.

Parameters:

language - the language value to set

Returns:

the DescribeImageInStreamOptionalParameter object itself.

withMaxCandidates

public DescribeImageInStreamOptionalParameter withMaxCandidates(Integer maxCandidates)

Set the maxCandidates value.

Parameters:

maxCandidates - the maxCandidates value to set

Returns:

the DescribeImageInStreamOptionalParameter object itself.

withModelVersion

public DescribeImageInStreamOptionalParameter withModelVersion(String modelVersion)

Set the modelVersion value.

Parameters:

modelVersion - the modelVersion value to set

Returns:

the DescribeImageInStreamOptionalParameter object itself.

withThisclientacceptLanguage

public DescribeImageInStreamOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the DescribeImageInStreamOptionalParameter object itself.

Applies to