visionai::StreamReceiver::Options

#include <streams.h>

Options to configure the StreamReceiver.

Summary

Public attributes

event_id
std::string
OPTIONAL: This specifies a specific event to receive from.
receiver_id
std::string
OPTIONAL: A name to identify the receiver.
service_connection_options
REQUIRED: This specifies the service endpoint and cluster to connect to.
stream_id
std::string
REQUIRED: This specifies the specific stream to receive from.

Public attributes

event_id

std::string visionai::StreamReceiver::Options::event_id

OPTIONAL: This specifies a specific event to receive from.

Leave empty to receive from the latest event.

receiver_id

std::string visionai::StreamReceiver::Options::receiver_id

OPTIONAL: A name to identify the receiver.

Leave empty to have it be automatically generatead.

service_connection_options

ServiceConnectionOptions visionai::StreamReceiver::Options::service_connection_options

REQUIRED: This specifies the service endpoint and cluster to connect to.

stream_id

std::string visionai::StreamReceiver::Options::stream_id

REQUIRED: This specifies the specific stream to receive from.