16 #ifndef ALEXA_CLIENT_SDK_CAPTIONS_INTERFACE_INCLUDE_CAPTIONS_CAPTIONLINE_H_ 17 #define ALEXA_CLIENT_SDK_CAPTIONS_INTERFACE_INCLUDE_CAPTIONS_CAPTIONLINE_H_ 92 #endif // ALEXA_CLIENT_SDK_CAPTIONS_INTERFACE_INCLUDE_CAPTIONS_CAPTIONLINE_H_ std::vector< TextStyle > styles
Zero or more TextStyles that relate to m_text.
Definition: CaptionLine.h:77
bool operator==(const CaptionLine &rhs) const
std::vector< CaptionLine > splitAtTextIndex(size_t index)
std::ostream & operator<<(std::ostream &stream, const CaptionFormat &format)
Definition: CaptionFormat.h:59
::std::string string
Definition: gtest-port.h:1097
bool operator!=(const CaptionLine &rhs) const
Definition: CaptionLine.h:30
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
static CaptionLine merge(std::vector< CaptionLine > captionLines)
std::string text
The text content for this line of captions.
Definition: CaptionLine.h:74
CaptionLine(const std::string &text="", const std::vector< TextStyle > &styles={})