public class GetJpegImageOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
GetJpegImageOptions.Builder
Builder.
|
static interface |
GetJpegImageOptions.Size
The image size.
|
Modifier and Type | Method and Description |
---|---|
String |
collectionId()
Gets the collectionId.
|
String |
imageId()
Gets the imageId.
|
GetJpegImageOptions.Builder |
newBuilder()
New builder.
|
String |
size()
Gets the size.
|
public GetJpegImageOptions.Builder newBuilder()
public String collectionId()
The identifier of the collection.
public String imageId()
The identifier of the image.
public String size()
The image size. Specify `thumbnail` to return a version that maintains the original aspect ratio but is no larger than 200 pixels in the larger dimension. For example, an original 800 x 1000 image is resized to 160 x 200 pixels.
Copyright © 2021 IBM Cloud. All rights reserved.