Delen via


GetAreaOfInterestOptionalParameter Class

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

public class GetAreaOfInterestOptionalParameter

The GetAreaOfInterestOptionalParameter model.

Method Summary

Modifier and Type Method and Description
String modelVersion()

Get the modelVersion value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

GetAreaOfInterestOptionalParameter withModelVersion(String modelVersion)

Set the modelVersion value.

GetAreaOfInterestOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

modelVersion

public String modelVersion()

Get the modelVersion value.

Returns:

the modelVersion value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withModelVersion

public GetAreaOfInterestOptionalParameter withModelVersion(String modelVersion)

Set the modelVersion value.

Parameters:

modelVersion - the modelVersion value to set

Returns:

the GetAreaOfInterestOptionalParameter object itself.

withThisclientacceptLanguage

public GetAreaOfInterestOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the GetAreaOfInterestOptionalParameter object itself.

Applies to