visionai:: StreamSender:: Options
#include <streams.h>
Options to configure the StreamSender
.
Summary
Public attributes |
|
---|---|
event_id
|
std::string
OPTIONAL: The specific event id to send to.
|
sender_id
|
std::string
OPTIONAL: A name to identify the sender.
|
service_connection_options
|
REQUIRED: The service endpoint and cluster to connect to.
|
stream_id
|
std::string
REQUIRED: The resource id of the specific stream to send to.
|
Public attributes
event_id
std::string visionai::StreamSender::Options::event_id
OPTIONAL: The specific event id to send to.
Leave empty for this to be automatically generated.
sender_id
std::string visionai::StreamSender::Options::sender_id
OPTIONAL: A name to identify the sender.
Leave empty for this to be automatically generated.
service_connection_options
ServiceConnectionOptions visionai::StreamSender::Options::service_connection_options
REQUIRED: The service endpoint and cluster to connect to.
stream_id
std::string visionai::StreamSender::Options::stream_id
REQUIRED: The resource id of the specific stream to send to.