DetectObjectsInStreamOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. DetectObjectsInStreamOptionalParameter
- com.
public class DetectObjectsInStreamOptionalParameter
The DetectObjectsInStreamOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
modelVersion()
Get the modelVersion value. |
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
Detect |
withModelVersion(String modelVersion)
Set the modelVersion value. |
Detect |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
modelVersion
public String modelVersion()
Get the modelVersion value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withModelVersion
public DetectObjectsInStreamOptionalParameter withModelVersion(String modelVersion)
Set the modelVersion value.
Parameters:
Returns:
withThisclientacceptLanguage
public DetectObjectsInStreamOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
Applies to
Azure SDK for Java