Compartilhar via


ImageUrlCreateEntry Classe

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

public class ImageUrlCreateEntry

O modelo ImageUrlCreateEntry.

Resumo do método

Modificador e tipo Método e descrição
List<Region> regions()

Obtenha o valor de regiões.

List<UUID> tagIds()

Obtenha o valor tagIds.

String url()

Obtenha o valor da URL.

ImageUrlCreateEntry withRegions(List<Region> regions)

Defina o valor de regiões.

ImageUrlCreateEntry withTagIds(List<UUID> tagIds)

Defina o valor tagIds.

ImageUrlCreateEntry withUrl(String url)

Defina o valor da URL.

Detalhes do método

regions

public List regions()

Obtenha o valor de regiões.

Returns:

o valor de regiões

tagIds

public List tagIds()

Obtenha o valor tagIds.

Returns:

o valor tagIds

url

public String url()

Obtenha o valor da URL.

Returns:

o valor da URL

withRegions

public ImageUrlCreateEntry withRegions(List regions)

Defina o valor de regiões.

Parameters:

regions - o valor de regiões a ser definido

Returns:

o próprio objeto ImageUrlCreateEntry.

withTagIds

public ImageUrlCreateEntry withTagIds(List tagIds)

Defina o valor tagIds.

Parameters:

tagIds - o valor tagIds a ser definido

Returns:

o próprio objeto ImageUrlCreateEntry.

withUrl

public ImageUrlCreateEntry withUrl(String url)

Defina o valor da URL.

Parameters:

url - o valor da URL a ser definido

Returns:

o próprio objeto ImageUrlCreateEntry.

Aplica-se a