AnalyzeImageOptionalParameter Class

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

public class AnalyzeImageOptionalParameter

The AnalyzeImageOptionalParameter model.

Method Summary

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

Get the descriptionExclude value.

List<Details> details()

Get the details value.

String language()

Get the language value.

String modelVersion()

Get the modelVersion value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

List<VisualFeatureTypes> visualFeatures()

Get the visualFeatures value.

AnalyzeImageOptionalParameter withDescriptionExclude(List<DescriptionExclude> descriptionExclude)

Set the descriptionExclude value.

AnalyzeImageOptionalParameter withDetails(List<Details> details)

Set the details value.

AnalyzeImageOptionalParameter withLanguage(String language)

Set the language value.

AnalyzeImageOptionalParameter withModelVersion(String modelVersion)

Set the modelVersion value.

AnalyzeImageOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

AnalyzeImageOptionalParameter withVisualFeatures(List<VisualFeatureTypes> visualFeatures)

Set the visualFeatures value.

Method Details

descriptionExclude

public List descriptionExclude()

Get the descriptionExclude value.

Returns:

the descriptionExclude value

details

public List

details()

Get the details value.

Returns:

the details value

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

visualFeatures

public List visualFeatures()

Get the visualFeatures value.

Returns:

the visualFeatures value

withDescriptionExclude

public AnalyzeImageOptionalParameter withDescriptionExclude(List descriptionExclude)

Set the descriptionExclude value.

Parameters:

descriptionExclude - the descriptionExclude value to set

Returns:

the AnalyzeImageOptionalParameter object itself.

withDetails

public AnalyzeImageOptionalParameter withDetails(List

details)

Set the details value.

Parameters:

details - the details value to set

Returns:

the AnalyzeImageOptionalParameter object itself.

withLanguage

public AnalyzeImageOptionalParameter withLanguage(String language)

Set the language value.

Parameters:

language - the language value to set

Returns:

the AnalyzeImageOptionalParameter object itself.

withModelVersion

public AnalyzeImageOptionalParameter withModelVersion(String modelVersion)

Set the modelVersion value.

Parameters:

modelVersion - the modelVersion value to set

Returns:

the AnalyzeImageOptionalParameter object itself.

withThisclientacceptLanguage

public AnalyzeImageOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the AnalyzeImageOptionalParameter object itself.

withVisualFeatures

public AnalyzeImageOptionalParameter withVisualFeatures(List visualFeatures)

Set the visualFeatures value.

Parameters:

visualFeatures - the visualFeatures value to set

Returns:

the AnalyzeImageOptionalParameter object itself.

Applies to