public interface CompositeElement extends SceneElement
Modifier and Type | Method and Description |
---|---|
List |
childNames()
Return an array of the names of the children of this
element, each of which sequentially corresponds to an item in
the array returned by children().
|
List |
children()
Return a list of the children of this element,
each of which is of type SceneElement.
|
double |
getConfidence()
Return the confidence associated with the typed data returned
by getData().
|
TypedData |
getData()
Return the typed data associated with this element (the
recognition result it represents).
|
getBounds, parents
List children()
List childNames()
double getConfidence()
TypedData getData()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.