
com.google.cloud.visionai.v1.VideoClassificationPredictionResultOrBuilder Maven / Gradle / Ivy
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/visionai/v1/annotations.proto
// Protobuf Java Version: 3.25.3
package com.google.cloud.visionai.v1;
public interface VideoClassificationPredictionResultOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.visionai.v1.VideoClassificationPredictionResult)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The beginning, inclusive, of the video's time segment in which the
* classifications have been identified.
*
*
* .google.protobuf.Timestamp segment_start_time = 1;
*
* @return Whether the segmentStartTime field is set.
*/
boolean hasSegmentStartTime();
/**
*
*
*
* The beginning, inclusive, of the video's time segment in which the
* classifications have been identified.
*
*
* .google.protobuf.Timestamp segment_start_time = 1;
*
* @return The segmentStartTime.
*/
com.google.protobuf.Timestamp getSegmentStartTime();
/**
*
*
*
* The beginning, inclusive, of the video's time segment in which the
* classifications have been identified.
*
*
* .google.protobuf.Timestamp segment_start_time = 1;
*/
com.google.protobuf.TimestampOrBuilder getSegmentStartTimeOrBuilder();
/**
*
*
*
* The end, inclusive, of the video's time segment in which the
* classifications have been identified. Particularly, if the end is the same
* as the start, it means the identification happens on a specific video
* frame.
*
*
* .google.protobuf.Timestamp segment_end_time = 2;
*
* @return Whether the segmentEndTime field is set.
*/
boolean hasSegmentEndTime();
/**
*
*
*
* The end, inclusive, of the video's time segment in which the
* classifications have been identified. Particularly, if the end is the same
* as the start, it means the identification happens on a specific video
* frame.
*
*
* .google.protobuf.Timestamp segment_end_time = 2;
*
* @return The segmentEndTime.
*/
com.google.protobuf.Timestamp getSegmentEndTime();
/**
*
*
*
* The end, inclusive, of the video's time segment in which the
* classifications have been identified. Particularly, if the end is the same
* as the start, it means the identification happens on a specific video
* frame.
*
*
* .google.protobuf.Timestamp segment_end_time = 2;
*/
com.google.protobuf.TimestampOrBuilder getSegmentEndTimeOrBuilder();
/**
*
*
*
* All of the classifications identified in the time range.
*
*
*
* repeated .google.cloud.visionai.v1.VideoClassificationPredictionResult.IdentifiedClassification classifications = 3;
*
*/
java.util.List<
com.google.cloud.visionai.v1.VideoClassificationPredictionResult.IdentifiedClassification>
getClassificationsList();
/**
*
*
*
* All of the classifications identified in the time range.
*
*
*
* repeated .google.cloud.visionai.v1.VideoClassificationPredictionResult.IdentifiedClassification classifications = 3;
*
*/
com.google.cloud.visionai.v1.VideoClassificationPredictionResult.IdentifiedClassification
getClassifications(int index);
/**
*
*
*
* All of the classifications identified in the time range.
*
*
*
* repeated .google.cloud.visionai.v1.VideoClassificationPredictionResult.IdentifiedClassification classifications = 3;
*
*/
int getClassificationsCount();
/**
*
*
*
* All of the classifications identified in the time range.
*
*
*
* repeated .google.cloud.visionai.v1.VideoClassificationPredictionResult.IdentifiedClassification classifications = 3;
*
*/
java.util.List<
? extends
com.google.cloud.visionai.v1.VideoClassificationPredictionResult
.IdentifiedClassificationOrBuilder>
getClassificationsOrBuilderList();
/**
*
*
*
* All of the classifications identified in the time range.
*
*
*
* repeated .google.cloud.visionai.v1.VideoClassificationPredictionResult.IdentifiedClassification classifications = 3;
*
*/
com.google.cloud.visionai.v1.VideoClassificationPredictionResult.IdentifiedClassificationOrBuilder
getClassificationsOrBuilder(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy