com.clarifai.grpc.api.DatasetVersionProcessingInfoOrBuilder 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 DatasetVersionProcessingInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.DatasetVersionProcessingInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* If frame_interpolation_info is set, then these settings are used to
* interpolate new frame annotation from other video annotations.
* If frame_interpolation_info is set in the dataset default_processing_info,
* then it can be disabled for a single dataset version by setting
* processing_info but not setting processing_info.frame_interpolation_info.
*
*
* .clarifai.api.FrameInterpolationInfo frame_interpolation_info = 1;
* @return Whether the frameInterpolationInfo field is set.
*/
boolean hasFrameInterpolationInfo();
/**
*
* If frame_interpolation_info is set, then these settings are used to
* interpolate new frame annotation from other video annotations.
* If frame_interpolation_info is set in the dataset default_processing_info,
* then it can be disabled for a single dataset version by setting
* processing_info but not setting processing_info.frame_interpolation_info.
*
*
* .clarifai.api.FrameInterpolationInfo frame_interpolation_info = 1;
* @return The frameInterpolationInfo.
*/
com.clarifai.grpc.api.FrameInterpolationInfo getFrameInterpolationInfo();
/**
*
* If frame_interpolation_info is set, then these settings are used to
* interpolate new frame annotation from other video annotations.
* If frame_interpolation_info is set in the dataset default_processing_info,
* then it can be disabled for a single dataset version by setting
* processing_info but not setting processing_info.frame_interpolation_info.
*
*
* .clarifai.api.FrameInterpolationInfo frame_interpolation_info = 1;
*/
com.clarifai.grpc.api.FrameInterpolationInfoOrBuilder getFrameInterpolationInfoOrBuilder();
}