Class GetAreaOfInterestInStreamOptionalParameter
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.vision.computervision.models.GetAreaOfInterestInStreamOptionalParameter
-
public class GetAreaOfInterestInStreamOptionalParameter extends Object
The GetAreaOfInterestInStreamOptionalParameter model.
-
-
Constructor Summary
Constructors Constructor Description GetAreaOfInterestInStreamOptionalParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
modelVersion()
Get the modelVersion value.String
thisclientacceptLanguage()
Get the thisclientacceptLanguage value.GetAreaOfInterestInStreamOptionalParameter
withModelVersion(String modelVersion)
Set the modelVersion value.GetAreaOfInterestInStreamOptionalParameter
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
-
-
-
Method Detail
-
modelVersion
public String modelVersion()
Get the modelVersion value.- Returns:
- the modelVersion value
-
withModelVersion
public GetAreaOfInterestInStreamOptionalParameter withModelVersion(String modelVersion)
Set the modelVersion value.- Parameters:
modelVersion
- the modelVersion value to set- Returns:
- the GetAreaOfInterestInStreamOptionalParameter object itself.
-
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.- Returns:
- the thisclientacceptLanguage value
-
withThisclientacceptLanguage
public GetAreaOfInterestInStreamOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.- Parameters:
thisclientacceptLanguage
- the thisclientacceptLanguage value to set- Returns:
- the GetAreaOfInterestInStreamOptionalParameter object itself.
-
-