Resource: ScreenshotCluster
JSON representation |
---|
{ "clusterId": string, "keyScreen": { object ( |
Fields | |
---|---|
clusterId |
A unique identifier for the cluster. Note: This field is used in responses only. Any value specified here in a request is ignored. |
keyScreen |
A singular screen that represents the cluster as a whole. This screen will act as the "cover" of the entire cluster. When users look at the clusters, only the key screen from each cluster will be shown. Which screen is the key screen is determined by the ClusteringAlgorithm |
activity |
A string that describes the activity of every screen in the cluster. |
screens[] |
Full list of screens. |
Screen
JSON representation |
---|
{ "fileReference": string, "model": string, "version": string, "locale": string } |
Fields | |
---|---|
fileReference |
File reference of the png file. Required. |
model |
Model of the device that the screenshot was taken on. Required. |
version |
OS version of the device that the screenshot was taken on. Required. |
locale |
Locale of the device that the screenshot was taken on. Required. |
Methods |
|
---|---|
|
Retrieves a single screenshot cluster by its ID |
|
Lists Screenshot Clusters Returns the list of screenshot clusters corresponding to an execution. |