ImageMetadata Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. ImageMetadata
- com.
public class ImageMetadata
Image metadata.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
format()
Get the format value. |
int |
height()
Get the height value. |
int |
width()
Get the width value. |
Image |
withFormat(String format)
Set the format value. |
Image |
withHeight(int height)
Set the height value. |
Image |
withWidth(int width)
Set the width value. |
Method Details
format
public String format()
Get the format value.
Returns:
height
public int height()
Get the height value.
Returns:
width
public int width()
Get the width value.
Returns:
withFormat
public ImageMetadata withFormat(String format)
Set the format value.
Parameters:
Returns:
withHeight
public ImageMetadata withHeight(int height)
Set the height value.
Parameters:
Returns:
withWidth
public ImageMetadata withWidth(int width)
Set the width value.
Parameters:
Returns:
Applies to
Azure SDK for Java