16 #ifndef ALEXA_CLIENT_SDK_CAPTIONS_INTERFACE_INCLUDE_CAPTIONS_CAPTIONDATA_H_ 17 #define ALEXA_CLIENT_SDK_CAPTIONS_INTERFACE_INCLUDE_CAPTIONS_CAPTIONDATA_H_ 66 return !(rhs == *
this);
79 #endif // ALEXA_CLIENT_SDK_CAPTIONS_INTERFACE_INCLUDE_CAPTIONS_CAPTIONDATA_H_ CaptionFormat format
The format of the un-processed caption content.
Definition: CaptionData.h:70
bool operator==(const CaptionData &rhs) const
Definition: CaptionData.h:55
std::string content
The un-processed caption content.
Definition: CaptionData.h:73
Unknown or unsupported format.
::std::string string
Definition: gtest-port.h:1097
CaptionFormat
Definition: CaptionFormat.h:29
Definition: CaptionData.h:30
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
CaptionData(const CaptionFormat format=CaptionFormat::UNKNOWN, const std::string &content="")
Definition: CaptionData.h:37
bool operator!=(const CaptionData &rhs) const
Definition: CaptionData.h:65