OBJECT

ResultsEmbedding

Results Embedding

link GraphQL Schema definition

1type ResultsEmbedding {
2
3# Filename of the Embedding.
4filename: String
5
6# Mime Type of the Embedding.
7mimeType: String
8
9# Data of the Embedding. Base64 format.
10data: String
11
12# Link to download the embedding if no data is present
13downloadLink: String
14
15}