com.google.cloud.videointelligence.v1.LabelFrameOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-video-intelligence-v1 Show documentation
Show all versions of proto-google-cloud-video-intelligence-v1 Show documentation
PROTO library for proto-google-cloud-video-intelligence-v1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/videointelligence/v1/video_intelligence.proto
package com.google.cloud.videointelligence.v1;
public interface LabelFrameOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.videointelligence.v1.LabelFrame)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Time-offset, relative to the beginning of the video, corresponding to the
* video frame for this location.
*
*
* .google.protobuf.Duration time_offset = 1;
*/
boolean hasTimeOffset();
/**
*
*
*
* Time-offset, relative to the beginning of the video, corresponding to the
* video frame for this location.
*
*
* .google.protobuf.Duration time_offset = 1;
*/
com.google.protobuf.Duration getTimeOffset();
/**
*
*
*
* Time-offset, relative to the beginning of the video, corresponding to the
* video frame for this location.
*
*
* .google.protobuf.Duration time_offset = 1;
*/
com.google.protobuf.DurationOrBuilder getTimeOffsetOrBuilder();
/**
*
*
*
* Confidence that the label is accurate. Range: [0, 1].
*
*
* float confidence = 2;
*/
float getConfidence();
}