com.google.cloud.videointelligence.v1p3beta1.StreamingVideoConfigOrBuilder 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-v1p3beta1 Show documentation
Show all versions of proto-google-cloud-video-intelligence-v1p3beta1 Show documentation
PROTO library for proto-google-cloud-video-intelligence-v1p3beta1
/*
* Copyright 2020 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/v1p3beta1/video_intelligence.proto
package com.google.cloud.videointelligence.v1p3beta1;
public interface StreamingVideoConfigOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.videointelligence.v1p3beta1.StreamingVideoConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Config for STREAMING_SHOT_CHANGE_DETECTION.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2;
*
*
* @return Whether the shotChangeDetectionConfig field is set.
*/
boolean hasShotChangeDetectionConfig();
/**
*
*
*
* Config for STREAMING_SHOT_CHANGE_DETECTION.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2;
*
*
* @return The shotChangeDetectionConfig.
*/
com.google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig
getShotChangeDetectionConfig();
/**
*
*
*
* Config for STREAMING_SHOT_CHANGE_DETECTION.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2;
*
*/
com.google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfigOrBuilder
getShotChangeDetectionConfigOrBuilder();
/**
*
*
*
* Config for STREAMING_LABEL_DETECTION.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3;
*
*
* @return Whether the labelDetectionConfig field is set.
*/
boolean hasLabelDetectionConfig();
/**
*
*
*
* Config for STREAMING_LABEL_DETECTION.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3;
*
*
* @return The labelDetectionConfig.
*/
com.google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig
getLabelDetectionConfig();
/**
*
*
*
* Config for STREAMING_LABEL_DETECTION.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3;
*
*/
com.google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfigOrBuilder
getLabelDetectionConfigOrBuilder();
/**
*
*
*
* Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig explicit_content_detection_config = 4;
*
*
* @return Whether the explicitContentDetectionConfig field is set.
*/
boolean hasExplicitContentDetectionConfig();
/**
*
*
*
* Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig explicit_content_detection_config = 4;
*
*
* @return The explicitContentDetectionConfig.
*/
com.google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig
getExplicitContentDetectionConfig();
/**
*
*
*
* Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig explicit_content_detection_config = 4;
*
*/
com.google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfigOrBuilder
getExplicitContentDetectionConfigOrBuilder();
/**
*
*
*
* Config for STREAMING_OBJECT_TRACKING.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig object_tracking_config = 5;
*
*
* @return Whether the objectTrackingConfig field is set.
*/
boolean hasObjectTrackingConfig();
/**
*
*
*
* Config for STREAMING_OBJECT_TRACKING.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig object_tracking_config = 5;
*
*
* @return The objectTrackingConfig.
*/
com.google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig
getObjectTrackingConfig();
/**
*
*
*
* Config for STREAMING_OBJECT_TRACKING.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig object_tracking_config = 5;
*
*/
com.google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfigOrBuilder
getObjectTrackingConfigOrBuilder();
/**
*
*
*
* Config for STREAMING_AUTOML_ACTION_RECOGNITION.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingAutomlActionRecognitionConfig automl_action_recognition_config = 23;
*
*
* @return Whether the automlActionRecognitionConfig field is set.
*/
boolean hasAutomlActionRecognitionConfig();
/**
*
*
*
* Config for STREAMING_AUTOML_ACTION_RECOGNITION.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingAutomlActionRecognitionConfig automl_action_recognition_config = 23;
*
*
* @return The automlActionRecognitionConfig.
*/
com.google.cloud.videointelligence.v1p3beta1.StreamingAutomlActionRecognitionConfig
getAutomlActionRecognitionConfig();
/**
*
*
*
* Config for STREAMING_AUTOML_ACTION_RECOGNITION.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingAutomlActionRecognitionConfig automl_action_recognition_config = 23;
*
*/
com.google.cloud.videointelligence.v1p3beta1.StreamingAutomlActionRecognitionConfigOrBuilder
getAutomlActionRecognitionConfigOrBuilder();
/**
*
*
*
* Config for STREAMING_AUTOML_CLASSIFICATION.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfig automl_classification_config = 21;
*
*
* @return Whether the automlClassificationConfig field is set.
*/
boolean hasAutomlClassificationConfig();
/**
*
*
*
* Config for STREAMING_AUTOML_CLASSIFICATION.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfig automl_classification_config = 21;
*
*
* @return The automlClassificationConfig.
*/
com.google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfig
getAutomlClassificationConfig();
/**
*
*
*
* Config for STREAMING_AUTOML_CLASSIFICATION.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfig automl_classification_config = 21;
*
*/
com.google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfigOrBuilder
getAutomlClassificationConfigOrBuilder();
/**
*
*
*
* Config for STREAMING_AUTOML_OBJECT_TRACKING.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingAutomlObjectTrackingConfig automl_object_tracking_config = 22;
*
*
* @return Whether the automlObjectTrackingConfig field is set.
*/
boolean hasAutomlObjectTrackingConfig();
/**
*
*
*
* Config for STREAMING_AUTOML_OBJECT_TRACKING.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingAutomlObjectTrackingConfig automl_object_tracking_config = 22;
*
*
* @return The automlObjectTrackingConfig.
*/
com.google.cloud.videointelligence.v1p3beta1.StreamingAutomlObjectTrackingConfig
getAutomlObjectTrackingConfig();
/**
*
*
*
* Config for STREAMING_AUTOML_OBJECT_TRACKING.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingAutomlObjectTrackingConfig automl_object_tracking_config = 22;
*
*/
com.google.cloud.videointelligence.v1p3beta1.StreamingAutomlObjectTrackingConfigOrBuilder
getAutomlObjectTrackingConfigOrBuilder();
/**
*
*
*
* Requested annotation feature.
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingFeature feature = 1;
*
* @return The enum numeric value on the wire for feature.
*/
int getFeatureValue();
/**
*
*
*
* Requested annotation feature.
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingFeature feature = 1;
*
* @return The feature.
*/
com.google.cloud.videointelligence.v1p3beta1.StreamingFeature getFeature();
/**
*
*
*
* Streaming storage option. By default: storage is disabled.
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig storage_config = 30;
*
*
* @return Whether the storageConfig field is set.
*/
boolean hasStorageConfig();
/**
*
*
*
* Streaming storage option. By default: storage is disabled.
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig storage_config = 30;
*
*
* @return The storageConfig.
*/
com.google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig getStorageConfig();
/**
*
*
*
* Streaming storage option. By default: storage is disabled.
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig storage_config = 30;
*
*/
com.google.cloud.videointelligence.v1p3beta1.StreamingStorageConfigOrBuilder
getStorageConfigOrBuilder();
public com.google.cloud.videointelligence.v1p3beta1.StreamingVideoConfig.StreamingConfigCase
getStreamingConfigCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy