public static interface Intent.Message.ImageOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccessibilityText()
public abstract String getAccessibilityText()A text description of the image to be used for accessibility, e.g., screen readers. Required if image_uri is set for CarouselSelect.
string accessibility_text = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The accessibilityText. |
getAccessibilityTextBytes()
public abstract ByteString getAccessibilityTextBytes()A text description of the image to be used for accessibility, e.g., screen readers. Required if image_uri is set for CarouselSelect.
string accessibility_text = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for accessibilityText. |
getImageUri()
public abstract String getImageUri()Optional. The public URI to an image file.
string image_uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The imageUri. |
getImageUriBytes()
public abstract ByteString getImageUriBytes()Optional. The public URI to an image file.
string image_uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for imageUri. |