Class ResultsApi
Inheritance
System.Object
ResultsApi
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Encoding.Encodings.MachineLearning.ObjectDetection.Results
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class ResultsApi
Constructors
ResultsApi(IBitmovinApiClientFactory)
Declaration
public ResultsApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of ResultsApi
Declaration
public static BitmovinApiBuilder<ResultsApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<ResultsApi> |
ByTimestamp
Declaration
public ByTimestampApi ByTimestamp { get; }
Property Value
Type | Description |
---|---|
ByTimestampApi |
Methods
ListAsync(String, String, Func<ResultsApi.ListQueryParams, ResultsApi.ListQueryParams>[])
List object detection results
Declaration
public Task<PaginationResponse<ObjectDetectionResult>> ListAsync(string encodingId, string objectDetectionId, params Func<ResultsApi.ListQueryParams, ResultsApi.ListQueryParams>[] queryParams)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding (required) |
System.String | objectDetectionId | Id of the object detection configuration (required) |
System.Func<ResultsApi.ListQueryParams, ResultsApi.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PaginationResponse<ObjectDetectionResult>> |