ImageTagCreateEntry Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. ImageTagCreateEntry
- com.
public class ImageTagCreateEntry
Entry associating a tag to an image.
Modifier and Type | Method and Description |
---|---|
UUID |
image Get the imageId value. |
UUID |
tag Get the tagId value. |
Image |
with Set the imageId value. |
Image |
with Set the tagId value. |
imageId
public UUID imageId()
Get the imageId value.
Returns:
tagId
public UUID tagId()
Get the tagId value.
Returns:
withImageId
public ImageTagCreateEntry withImageId(UUID imageId)
Set the imageId value.
Parameters:
Returns:
withTagId
public ImageTagCreateEntry withTagId(UUID tagId)
Set the tagId value.
Parameters:
Returns:
Comentarios de Azure SDK for Java
Azure SDK for Java es un proyecto de código abierto. Seleccione un vínculo para proporcionar comentarios: