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

com.clarifai.grpc.api.VideoInfoOrBuilder 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 VideoInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.VideoInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * width
   * 
* * int32 width = 1; * @return The width. */ int getWidth(); /** *
   * height
   * 
* * int32 height = 2; * @return The height. */ int getHeight(); /** *
   * Frames per second of the video.
   * 
* * float fps = 3; * @return The fps. */ float getFps(); /** *
   * video format
   * 
* * string video_format = 4; * @return The videoFormat. */ java.lang.String getVideoFormat(); /** *
   * video format
   * 
* * string video_format = 4; * @return The bytes for videoFormat. */ com.google.protobuf.ByteString getVideoFormatBytes(); /** *
   * video track bit rate
   * 
* * int32 bit_rate = 5; * @return The bitRate. */ int getBitRate(); /** *
   * video frame count
   * 
* * int32 frame_count = 6; * @return The frameCount. */ int getFrameCount(); /** *
   * video duration in seconds
   * 
* * float duration_seconds = 7; * @return The durationSeconds. */ float getDurationSeconds(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy