Pad the gaps between image and image frame with a blurred copy of the
same image.
Cropped
Image is scaled such that the image width and height match or exceed
the container dimensions. This may crop the top and bottom of the
image if the scaled image height is greater than the container
height, or crop the left and right of the image if the scaled image
width is greater than the container width. This is similar to "Zoom
Mode" on a widescreen TV when playing a 4:3 video.
Gray
Fill the gaps between the image and the image container with gray
bars.
Unspecified
Fill the gaps between the image and the image container with gray
bars.
White
Fill the gaps between the image and the image container with white
bars.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `ImageDisplayOptions` enum within the `Google.Cloud.Dialogflow.V2` namespace, detailing options for handling image aspect ratios in Actions on Google."],["The `ImageDisplayOptions` enum offers five distinct fields: `BlurredBackground`, `Cropped`, `Gray`, `Unspecified`, and `White`, each describing a specific method for displaying images within containers."],["The documentation spans multiple versions of the .NET library, from version 3.2.0 to the latest 4.26.0, with each version hyperlinked to its specific documentation."],["Version 4.26.0 is indicated as the most recent release of the documentation, allowing for users to easily access the latest documentation."],["The documentation for each field of the ImageDisplayOptions enum provides a description for that field, helping the user understand what each field is for."]]],[]]