Payload

defines what type of data stream to use as payload

Table 1. Available fields in blickfeld.push.config.Payload
Field Type Default Unit

encoding

Encoding

-

-

payload encoding

data_type

percept_processing.data.DataType

-

-

payload data type to stream

Encoding

define how the messages are serialized

Table 2. Available values for blickfeld.push.config.Payload.Encoding enum
Name Value Description

ENCODING_UNSPECIFIED

0

unspecified

ENCODING_PROTOBUF

1

protobuf serialized as binary

ENCODING_JSON

2

json representation of protobuf messages