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

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

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

package com.clarifai.grpc.api;

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

  /**
   * 
   * The index of the frame. Keep in mind that this depends on the sampling rate used during
   * processing.
   * 
* * uint32 index = 1 [(.clarifai.api.utils.cl_show_if_empty) = true]; * @return The index. */ int getIndex(); /** *
   * time in the video in milliseconds. This is independent of the sampling rates used during
   * processing.
   * 
* * uint32 time = 2 [(.clarifai.api.utils.cl_show_if_empty) = true]; * @return The time. */ int getTime(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy