Class AnnotationResult
Defined in File Conversation.h
Inheritance Relationships
Base Type
public csp::systems::ResultBase
(Class ResultBase)
Class Documentation
-
class AnnotationResult : public csp::systems::ResultBase
Public Functions
-
inline AnnotationResult(csp::systems::EResultCode ResCode, uint16_t HttpResCode)
-
inline AnnotationResult(csp::systems::EResultCode ResCode, csp::web::EResponseCodes HttpResCode, csp::systems::ERequestFailureReason Reason)
-
void ParseAnnotationAssetData(const csp::systems::AssetCollection &AssetCollection)
-
const AnnotationData &GetAnnotationData() const
Gets the information about the annotation.
- Returns
const AnnotationData&
-
const csp::systems::Asset &GetAnnotationAsset() const
Gets the asset containing the annotation data.
- Returns
const csp::systems::Asset&
-
const csp::systems::Asset &GetAnnotationThumbnailAsset() const
Gets the asset containing the annotation thumbnail data.
- Returns
const csp::systems::Asset&
-
inline AnnotationResult(csp::systems::EResultCode ResCode, uint16_t HttpResCode)