Navigation
API > API/Plugins > API/Plugins/SemanticSearch
Response from caption generation. Success if ErrorMessage is empty (FailureReason == None).
| Name | FCaptionResponse |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/SemanticSearch/Source/SemanticSearch/Public/Interfaces/IEmbeddingProvider.h |
| Include Path | #include "Interfaces/IEmbeddingProvider.h" |
Syntax
struct FCaptionResponse
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Caption | FString | Interfaces/IEmbeddingProvider.h | ||
| ErrorMessage | FString | Interfaces/IEmbeddingProvider.h | ||
| FailureReason | EAssetIndexFailureReason | Classification of the failure, if any. Populated by the provider layer. | Interfaces/IEmbeddingProvider.h | |
| Keywords | TArray< FString > | Interfaces/IEmbeddingProvider.h |