Summarizes the current item in a where-each
loop.
If this key is not provided, it defaults to the Value
dialog, if you have that dialog specified. If you do not have a Value
dialog for the given item, no summary is given.
where-each (candidate) {
macro (PERSON_SUMMARY) {
param (person) {
expression (candidate)
}
}
spoken-summary {
template ("#{value(candidate.name)}")
}
}
macro optional | Defines a layout, a portion of a layout, or a dialog with a macro |
template optional | Text to be passed |
template-macro optional | Encapsulates dialog logic that normally would lead to duplication |
Copyright 2025 Samsung All rights reserved