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

com.google.cloud.videointelligence.v1.LabelFrameOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.50.0
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy