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
// 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 {
/**
*
*
*
* Requested annotation feature.
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingFeature feature = 1;
*/
int getFeatureValue();
/**
*
*
*
* Requested annotation feature.
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingFeature feature = 1;
*/
com.google.cloud.videointelligence.v1p3beta1.StreamingFeature getFeature();
/**
*
*
*
* Config for STREAMING_SHOT_CHANGE_DETECTION.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2;
*
*/
boolean hasShotChangeDetectionConfig();
/**
*
*
*
* Config for STREAMING_SHOT_CHANGE_DETECTION.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2;
*
*/
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;
*
*/
boolean hasLabelDetectionConfig();
/**
*
*
*
* Config for STREAMING_LABEL_DETECTION.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3;
*
*/
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;
*
*/
boolean hasExplicitContentDetectionConfig();
/**
*
*
*
* Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig explicit_content_detection_config = 4;
*
*/
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;
*
*/
boolean hasObjectTrackingConfig();
/**
*
*
*
* Config for STREAMING_OBJECT_TRACKING.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig object_tracking_config = 5;
*
*/
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_CLASSIFICATION.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfig automl_classification_config = 21;
*
*/
boolean hasAutomlClassificationConfig();
/**
*
*
*
* Config for STREAMING_AUTOML_CLASSIFICATION.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfig automl_classification_config = 21;
*
*/
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;
*
*/
boolean hasAutomlObjectTrackingConfig();
/**
*
*
*
* Config for STREAMING_AUTOML_OBJECT_TRACKING.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingAutomlObjectTrackingConfig automl_object_tracking_config = 22;
*
*/
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();
/**
*
*
*
* Streaming storage option. By default: storage is disabled.
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig storage_config = 30;
*
*/
boolean hasStorageConfig();
/**
*
*
*
* Streaming storage option. By default: storage is disabled.
*
*
* .google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig storage_config = 30;
*
*/
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