CreateImageRegionsOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. CreateImageRegionsOptionalParameter
- com.
public class CreateImageRegionsOptionalParameter
The CreateImageRegionsOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Image |
regions()
Get the regions value. |
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
Create |
withRegions(List<ImageRegionCreateEntry> regions)
Set the regions value. |
Create |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
regions
public List
Get the regions value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withRegions
public CreateImageRegionsOptionalParameter withRegions(List
Set the regions value.
Parameters:
Returns:
withThisclientacceptLanguage
public CreateImageRegionsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
Applies to
Azure SDK for Java