Aracılığıyla paylaş


AnalyzeImageInStreamOptionalParameter Class

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

public class AnalyzeImageInStreamOptionalParameter

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

AnalyzeImageInStreamOptionalParameter withDescriptionExclude(List<DescriptionExclude> descriptionExclude)

Set the descriptionExclude value.

AnalyzeImageInStreamOptionalParameter withDetails(List<Details> details)

Set the details value.

AnalyzeImageInStreamOptionalParameter withLanguage(String language)

Set the language value.

AnalyzeImageInStreamOptionalParameter withModelVersion(String modelVersion)

Set the modelVersion value.

AnalyzeImageInStreamOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

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

Set the descriptionExclude value.

Parameters:

descriptionExclude - the descriptionExclude value to set

Returns:

the AnalyzeImageInStreamOptionalParameter object itself.

withDetails

public AnalyzeImageInStreamOptionalParameter withDetails(List

details)

Set the details value.

Parameters:

details - the details value to set

Returns:

the AnalyzeImageInStreamOptionalParameter object itself.

withLanguage

public AnalyzeImageInStreamOptionalParameter withLanguage(String language)

Set the language value.

Parameters:

language - the language value to set

Returns:

the AnalyzeImageInStreamOptionalParameter object itself.

withModelVersion

public AnalyzeImageInStreamOptionalParameter withModelVersion(String modelVersion)

Set the modelVersion value.

Parameters:

modelVersion - the modelVersion value to set

Returns:

the AnalyzeImageInStreamOptionalParameter object itself.

withThisclientacceptLanguage

public AnalyzeImageInStreamOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the AnalyzeImageInStreamOptionalParameter object itself.

withVisualFeatures

public AnalyzeImageInStreamOptionalParameter withVisualFeatures(List visualFeatures)

Set the visualFeatures value.

Parameters:

visualFeatures - the visualFeatures value to set

Returns:

the AnalyzeImageInStreamOptionalParameter object itself.

Applies to