All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.clarifai.grpc.api.TimeInfoOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/clarifai/api/resources.proto

package com.clarifai.grpc.api;

public interface TimeInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.TimeInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Number of frames
   * 
* * uint32 num_frames = 1; * @return The numFrames. */ int getNumFrames(); /** *
   * Timestamp where track begins.
   * 
* * float begin_time = 4; * @return The beginTime. */ float getBeginTime(); /** *
   * Timestamp where track ends.
   * 
* * float end_time = 5; * @return The endTime. */ float getEndTime(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy