[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[],[],null,["# visionai::StreamSender::Options Struct Reference\n\nvisionai::StreamSender::Options\n===============================\n\n`#include \u003cstreams.h\u003e`\n\n[Options](/vision-ai/docs/reference/cpp/struct/visionai/stream-sender/options#structvisionai_1_1_stream_sender_1_1_options) to configure the [StreamSender](/vision-ai/docs/reference/cpp/class/visionai/stream-sender#classvisionai_1_1_stream_sender).\n\nSummary\n-------\n\nPublic attributes\n-----------------\n\n### event_id\n\n```c++\nstd::string visionai::StreamSender::Options::event_id\n``` \nOPTIONAL: The specific event id to send to.\n\nLeave empty for this to be automatically generated. \n\n### sender_id\n\n```c++\nstd::string visionai::StreamSender::Options::sender_id\n``` \nOPTIONAL: A name to identify the sender.\n\nLeave empty for this to be automatically generated. \n\n### service_connection_options\n\n```c++\nServiceConnectionOptions visionai::StreamSender::Options::service_connection_options\n``` \nREQUIRED: The service endpoint and cluster to connect to. \n\n### stream_id\n\n```c++\nstd::string visionai::StreamSender::Options::stream_id\n``` \nREQUIRED: The resource id of the specific stream to send to."]]