ImageUrlCreateEntry Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. ImageUrlCreateEntry
- com.
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. |
Image |
withRegions(List<Region> regions)
Defina o valor de regiões. |
Image |
withTagIds(List<UUID> tagIds)
Defina o valor tagIds. |
Image |
withUrl(String url)
Defina o valor da URL. |
Detalhes do método
regions
public List
Obtenha o valor de regiões.
Returns:
tagIds
public List
Obtenha o valor tagIds.
Returns:
url
public String url()
Obtenha o valor da URL.
Returns:
withRegions
public ImageUrlCreateEntry withRegions(List
Defina o valor de regiões.
Parameters:
Returns:
withTagIds
public ImageUrlCreateEntry withTagIds(List
Defina o valor tagIds.
Parameters:
Returns:
withUrl
public ImageUrlCreateEntry withUrl(String url)
Defina o valor da URL.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java