Package | Description |
---|---|
com.amazon.ask.model.interfaces.display |
Modifier and Type | Method and Description |
---|---|
static ImageSize |
ImageSize.fromValue(String text) |
ImageSize |
ImageInstance.getSize()
Get size
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
static ImageSize |
ImageSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageSize[] |
ImageSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ImageInstance.Builder |
ImageInstance.Builder.withSize(ImageSize size) |
Copyright © 2023. All rights reserved.