Face Engine SDK
5.23.1
A face detection, recognition and tracking engine.
IResultBatch.h
1
#pragma once
2
3
#include <cstddef>
4
#include <fsdk/IRefCounted.h>
5
#include <fsdk/Types/Span.h>
6
7
namespace
fsdk
{
8
9
template
<
typename
T>
10
struct
IResultBatch
:
public
IRefCounted
{
11
public
:
12
virtual
Span<T>
getResults(
size_t
index = 0)
const
= 0;
13
virtual
size_t
getSize()
const
= 0;
14
};
15
16
}
// namespace fsdk
fsdk::Span
Span. @detail Not owning data view. It incapsulated pointer to the continuous array with one or more ...
Definition:
Span.h:14
fsdk
SDK namespace.
Definition:
IAGSEstimator.h:8
fsdk::IResultBatch
Definition:
IResultBatch.h:10
fsdk::IRefCounted
Base strong reference counted object interface.
Definition:
IRefCounted.h:37
fsdk.framework
Headers
IResultBatch.h
Generated on Tue Oct 29 2024 19:36:27 for Face Engine SDK by
1.8.20