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