| 382 | } |
| 383 | |
| 384 | void SetTextFeatures(const TVector<TTextFeature>& textFeatures) { |
| 385 | TextFeatures = textFeatures; |
| 386 | } |
| 387 | |
| 388 | void SetEmbeddingFeatures(const TVector<TEmbeddingFeature>& embeddingFeatures) { |
| 389 | EmbeddingFeatures = embeddingFeatures; |
no outgoing calls
no test coverage detected