public static interface Intent.Message.ImageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessibilityText()
A text description of the image to be used for accessibility,
e.g., screen readers.
|
com.google.protobuf.ByteString |
getAccessibilityTextBytes()
A text description of the image to be used for accessibility,
e.g., screen readers.
|
String |
getImageUri()
Optional.
|
com.google.protobuf.ByteString |
getImageUriBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getImageUri()
Optional. The public URI to an image file.
string image_uri = 1;com.google.protobuf.ByteString getImageUriBytes()
Optional. The public URI to an image file.
string image_uri = 1;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;com.google.protobuf.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;Copyright © 2023 Google LLC. All rights reserved.