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

com.google.cloud.videointelligence.v1p1beta1.VideoAnnotationResultsOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.143.0
Show newest version
/*
 * 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/videointelligence/v1p1beta1/video_intelligence.proto

// Protobuf Java Version: 3.25.5
package com.google.cloud.videointelligence.v1p1beta1;

public interface VideoAnnotationResultsOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.videointelligence.v1p1beta1.VideoAnnotationResults)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Output only. Video file location in
   * [Google Cloud Storage](https://cloud.google.com/storage/).
   * 
* * string input_uri = 1; * * @return The inputUri. */ java.lang.String getInputUri(); /** * * *
   * Output only. Video file location in
   * [Google Cloud Storage](https://cloud.google.com/storage/).
   * 
* * string input_uri = 1; * * @return The bytes for inputUri. */ com.google.protobuf.ByteString getInputUriBytes(); /** * * *
   * Label annotations on video level or user specified segment level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p1beta1.LabelAnnotation segment_label_annotations = 2; * */ java.util.List getSegmentLabelAnnotationsList(); /** * * *
   * Label annotations on video level or user specified segment level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p1beta1.LabelAnnotation segment_label_annotations = 2; * */ com.google.cloud.videointelligence.v1p1beta1.LabelAnnotation getSegmentLabelAnnotations( int index); /** * * *
   * Label annotations on video level or user specified segment level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p1beta1.LabelAnnotation segment_label_annotations = 2; * */ int getSegmentLabelAnnotationsCount(); /** * * *
   * Label annotations on video level or user specified segment level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p1beta1.LabelAnnotation segment_label_annotations = 2; * */ java.util.List getSegmentLabelAnnotationsOrBuilderList(); /** * * *
   * Label annotations on video level or user specified segment level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p1beta1.LabelAnnotation segment_label_annotations = 2; * */ com.google.cloud.videointelligence.v1p1beta1.LabelAnnotationOrBuilder getSegmentLabelAnnotationsOrBuilder(int index); /** * * *
   * Label annotations on shot level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p1beta1.LabelAnnotation shot_label_annotations = 3; * */ java.util.List getShotLabelAnnotationsList(); /** * * *
   * Label annotations on shot level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p1beta1.LabelAnnotation shot_label_annotations = 3; * */ com.google.cloud.videointelligence.v1p1beta1.LabelAnnotation getShotLabelAnnotations(int index); /** * * *
   * Label annotations on shot level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p1beta1.LabelAnnotation shot_label_annotations = 3; * */ int getShotLabelAnnotationsCount(); /** * * *
   * Label annotations on shot level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p1beta1.LabelAnnotation shot_label_annotations = 3; * */ java.util.List getShotLabelAnnotationsOrBuilderList(); /** * * *
   * Label annotations on shot level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p1beta1.LabelAnnotation shot_label_annotations = 3; * */ com.google.cloud.videointelligence.v1p1beta1.LabelAnnotationOrBuilder getShotLabelAnnotationsOrBuilder(int index); /** * * *
   * Label annotations on frame level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p1beta1.LabelAnnotation frame_label_annotations = 4; * */ java.util.List getFrameLabelAnnotationsList(); /** * * *
   * Label annotations on frame level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p1beta1.LabelAnnotation frame_label_annotations = 4; * */ com.google.cloud.videointelligence.v1p1beta1.LabelAnnotation getFrameLabelAnnotations(int index); /** * * *
   * Label annotations on frame level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p1beta1.LabelAnnotation frame_label_annotations = 4; * */ int getFrameLabelAnnotationsCount(); /** * * *
   * Label annotations on frame level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p1beta1.LabelAnnotation frame_label_annotations = 4; * */ java.util.List getFrameLabelAnnotationsOrBuilderList(); /** * * *
   * Label annotations on frame level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p1beta1.LabelAnnotation frame_label_annotations = 4; * */ com.google.cloud.videointelligence.v1p1beta1.LabelAnnotationOrBuilder getFrameLabelAnnotationsOrBuilder(int index); /** * * *
   * Shot annotations. Each shot is represented as a video segment.
   * 
* * repeated .google.cloud.videointelligence.v1p1beta1.VideoSegment shot_annotations = 6; * */ java.util.List getShotAnnotationsList(); /** * * *
   * Shot annotations. Each shot is represented as a video segment.
   * 
* * repeated .google.cloud.videointelligence.v1p1beta1.VideoSegment shot_annotations = 6; * */ com.google.cloud.videointelligence.v1p1beta1.VideoSegment getShotAnnotations(int index); /** * * *
   * Shot annotations. Each shot is represented as a video segment.
   * 
* * repeated .google.cloud.videointelligence.v1p1beta1.VideoSegment shot_annotations = 6; * */ int getShotAnnotationsCount(); /** * * *
   * Shot annotations. Each shot is represented as a video segment.
   * 
* * repeated .google.cloud.videointelligence.v1p1beta1.VideoSegment shot_annotations = 6; * */ java.util.List getShotAnnotationsOrBuilderList(); /** * * *
   * Shot annotations. Each shot is represented as a video segment.
   * 
* * repeated .google.cloud.videointelligence.v1p1beta1.VideoSegment shot_annotations = 6; * */ com.google.cloud.videointelligence.v1p1beta1.VideoSegmentOrBuilder getShotAnnotationsOrBuilder( int index); /** * * *
   * Explicit content annotation.
   * 
* * * .google.cloud.videointelligence.v1p1beta1.ExplicitContentAnnotation explicit_annotation = 7; * * * @return Whether the explicitAnnotation field is set. */ boolean hasExplicitAnnotation(); /** * * *
   * Explicit content annotation.
   * 
* * * .google.cloud.videointelligence.v1p1beta1.ExplicitContentAnnotation explicit_annotation = 7; * * * @return The explicitAnnotation. */ com.google.cloud.videointelligence.v1p1beta1.ExplicitContentAnnotation getExplicitAnnotation(); /** * * *
   * Explicit content annotation.
   * 
* * * .google.cloud.videointelligence.v1p1beta1.ExplicitContentAnnotation explicit_annotation = 7; * */ com.google.cloud.videointelligence.v1p1beta1.ExplicitContentAnnotationOrBuilder getExplicitAnnotationOrBuilder(); /** * * *
   * Speech transcription.
   * 
* * * repeated .google.cloud.videointelligence.v1p1beta1.SpeechTranscription speech_transcriptions = 11; * */ java.util.List getSpeechTranscriptionsList(); /** * * *
   * Speech transcription.
   * 
* * * repeated .google.cloud.videointelligence.v1p1beta1.SpeechTranscription speech_transcriptions = 11; * */ com.google.cloud.videointelligence.v1p1beta1.SpeechTranscription getSpeechTranscriptions( int index); /** * * *
   * Speech transcription.
   * 
* * * repeated .google.cloud.videointelligence.v1p1beta1.SpeechTranscription speech_transcriptions = 11; * */ int getSpeechTranscriptionsCount(); /** * * *
   * Speech transcription.
   * 
* * * repeated .google.cloud.videointelligence.v1p1beta1.SpeechTranscription speech_transcriptions = 11; * */ java.util.List< ? extends com.google.cloud.videointelligence.v1p1beta1.SpeechTranscriptionOrBuilder> getSpeechTranscriptionsOrBuilderList(); /** * * *
   * Speech transcription.
   * 
* * * repeated .google.cloud.videointelligence.v1p1beta1.SpeechTranscription speech_transcriptions = 11; * */ com.google.cloud.videointelligence.v1p1beta1.SpeechTranscriptionOrBuilder getSpeechTranscriptionsOrBuilder(int index); /** * * *
   * Output only. If set, indicates an error. Note that for a single
   * `AnnotateVideoRequest` some videos may succeed and some may fail.
   * 
* * .google.rpc.Status error = 9; * * @return Whether the error field is set. */ boolean hasError(); /** * * *
   * Output only. If set, indicates an error. Note that for a single
   * `AnnotateVideoRequest` some videos may succeed and some may fail.
   * 
* * .google.rpc.Status error = 9; * * @return The error. */ com.google.rpc.Status getError(); /** * * *
   * Output only. If set, indicates an error. Note that for a single
   * `AnnotateVideoRequest` some videos may succeed and some may fail.
   * 
* * .google.rpc.Status error = 9; */ com.google.rpc.StatusOrBuilder getErrorOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy