Freigeben über


CreateImageRegionsOptionalParameter Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.customvision.training.models.CreateImageRegionsOptionalParameter

public class CreateImageRegionsOptionalParameter

The CreateImageRegionsOptionalParameter model.

Method Summary

Modifier and Type Method and Description
List<ImageRegionCreateEntry> regions()

Get the regions value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

CreateImageRegionsOptionalParameter withRegions(List<ImageRegionCreateEntry> regions)

Set the regions value.

CreateImageRegionsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

regions

public List regions()

Get the regions value.

Returns:

the regions value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withRegions

public CreateImageRegionsOptionalParameter withRegions(List regions)

Set the regions value.

Parameters:

regions - the regions value to set

Returns:

the CreateImageRegionsOptionalParameter object itself.

withThisclientacceptLanguage

public CreateImageRegionsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the CreateImageRegionsOptionalParameter object itself.

Applies to