Show / Hide Table of Contents

Class ByTimestampApi

Inheritance
System.Object
ByTimestampApi
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.ByTimestamp
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class ByTimestampApi

Constructors

ByTimestampApi(IBitmovinApiClientFactory)

Declaration
public ByTimestampApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type Name Description
IBitmovinApiClientFactory apiClientFactory

Properties

Builder

Fluent builder for creating an instance of ByTimestampApi

Declaration
public static BitmovinApiBuilder<ByTimestampApi> Builder { get; }
Property Value
Type Description
BitmovinApiBuilder<ByTimestampApi>

Methods

ListAsync(String, String, Func<ByTimestampApi.ListQueryParams, ByTimestampApi.ListQueryParams>[])

List object detection results grouped by timestamp

Declaration
public Task<PaginationResponse<ObjectDetectionTimestampResult>> ListAsync(string encodingId, string objectDetectionId, params Func<ByTimestampApi.ListQueryParams, ByTimestampApi.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<ByTimestampApi.ListQueryParams, ByTimestampApi.ListQueryParams>[] queryParams

The query parameters for sorting, filtering and paging options (optional)

Returns
Type Description
System.Threading.Tasks.Task<PaginationResponse<ObjectDetectionTimestampResult>>
Back to top Generated by DocFX