Interface StreamingVideoConfigOrBuilder (2.1.0)

public interface StreamingVideoConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAutomlActionRecognitionConfig()

public abstract StreamingAutomlActionRecognitionConfig getAutomlActionRecognitionConfig()

Config for STREAMING_AUTOML_ACTION_RECOGNITION.

.google.cloud.videointelligence.v1p3beta1.StreamingAutomlActionRecognitionConfig automl_action_recognition_config = 23;

Returns
TypeDescription
StreamingAutomlActionRecognitionConfig

The automlActionRecognitionConfig.

getAutomlActionRecognitionConfigOrBuilder()

public abstract StreamingAutomlActionRecognitionConfigOrBuilder getAutomlActionRecognitionConfigOrBuilder()

Config for STREAMING_AUTOML_ACTION_RECOGNITION.

.google.cloud.videointelligence.v1p3beta1.StreamingAutomlActionRecognitionConfig automl_action_recognition_config = 23;

Returns
TypeDescription
StreamingAutomlActionRecognitionConfigOrBuilder

getAutomlClassificationConfig()

public abstract StreamingAutomlClassificationConfig getAutomlClassificationConfig()

Config for STREAMING_AUTOML_CLASSIFICATION.

.google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfig automl_classification_config = 21;

Returns
TypeDescription
StreamingAutomlClassificationConfig

The automlClassificationConfig.

getAutomlClassificationConfigOrBuilder()

public abstract StreamingAutomlClassificationConfigOrBuilder getAutomlClassificationConfigOrBuilder()

Config for STREAMING_AUTOML_CLASSIFICATION.

.google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfig automl_classification_config = 21;

Returns
TypeDescription
StreamingAutomlClassificationConfigOrBuilder

getAutomlObjectTrackingConfig()

public abstract StreamingAutomlObjectTrackingConfig getAutomlObjectTrackingConfig()

Config for STREAMING_AUTOML_OBJECT_TRACKING.

.google.cloud.videointelligence.v1p3beta1.StreamingAutomlObjectTrackingConfig automl_object_tracking_config = 22;

Returns
TypeDescription
StreamingAutomlObjectTrackingConfig

The automlObjectTrackingConfig.

getAutomlObjectTrackingConfigOrBuilder()

public abstract StreamingAutomlObjectTrackingConfigOrBuilder getAutomlObjectTrackingConfigOrBuilder()

Config for STREAMING_AUTOML_OBJECT_TRACKING.

.google.cloud.videointelligence.v1p3beta1.StreamingAutomlObjectTrackingConfig automl_object_tracking_config = 22;

Returns
TypeDescription
StreamingAutomlObjectTrackingConfigOrBuilder

getExplicitContentDetectionConfig()

public abstract StreamingExplicitContentDetectionConfig getExplicitContentDetectionConfig()

Config for STREAMING_EXPLICIT_CONTENT_DETECTION.

.google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig explicit_content_detection_config = 4;

Returns
TypeDescription
StreamingExplicitContentDetectionConfig

The explicitContentDetectionConfig.

getExplicitContentDetectionConfigOrBuilder()

public abstract StreamingExplicitContentDetectionConfigOrBuilder getExplicitContentDetectionConfigOrBuilder()

Config for STREAMING_EXPLICIT_CONTENT_DETECTION.

.google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig explicit_content_detection_config = 4;

Returns
TypeDescription
StreamingExplicitContentDetectionConfigOrBuilder

getFeature()

public abstract StreamingFeature getFeature()

Requested annotation feature.

.google.cloud.videointelligence.v1p3beta1.StreamingFeature feature = 1;

Returns
TypeDescription
StreamingFeature

The feature.

getFeatureValue()

public abstract int getFeatureValue()

Requested annotation feature.

.google.cloud.videointelligence.v1p3beta1.StreamingFeature feature = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for feature.

getLabelDetectionConfig()

public abstract StreamingLabelDetectionConfig getLabelDetectionConfig()

Config for STREAMING_LABEL_DETECTION.

.google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3;

Returns
TypeDescription
StreamingLabelDetectionConfig

The labelDetectionConfig.

getLabelDetectionConfigOrBuilder()

public abstract StreamingLabelDetectionConfigOrBuilder getLabelDetectionConfigOrBuilder()

Config for STREAMING_LABEL_DETECTION.

.google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3;

Returns
TypeDescription
StreamingLabelDetectionConfigOrBuilder

getObjectTrackingConfig()

public abstract StreamingObjectTrackingConfig getObjectTrackingConfig()

Config for STREAMING_OBJECT_TRACKING.

.google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig object_tracking_config = 5;

Returns
TypeDescription
StreamingObjectTrackingConfig

The objectTrackingConfig.

getObjectTrackingConfigOrBuilder()

public abstract StreamingObjectTrackingConfigOrBuilder getObjectTrackingConfigOrBuilder()

Config for STREAMING_OBJECT_TRACKING.

.google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig object_tracking_config = 5;

Returns
TypeDescription
StreamingObjectTrackingConfigOrBuilder

getShotChangeDetectionConfig()

public abstract StreamingShotChangeDetectionConfig getShotChangeDetectionConfig()

Config for STREAMING_SHOT_CHANGE_DETECTION.

.google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2;

Returns
TypeDescription
StreamingShotChangeDetectionConfig

The shotChangeDetectionConfig.

getShotChangeDetectionConfigOrBuilder()

public abstract StreamingShotChangeDetectionConfigOrBuilder getShotChangeDetectionConfigOrBuilder()

Config for STREAMING_SHOT_CHANGE_DETECTION.

.google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2;

Returns
TypeDescription
StreamingShotChangeDetectionConfigOrBuilder

getStorageConfig()

public abstract StreamingStorageConfig getStorageConfig()

Streaming storage option. By default: storage is disabled.

.google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig storage_config = 30;

Returns
TypeDescription
StreamingStorageConfig

The storageConfig.

getStorageConfigOrBuilder()

public abstract StreamingStorageConfigOrBuilder getStorageConfigOrBuilder()

Streaming storage option. By default: storage is disabled.

.google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig storage_config = 30;

Returns
TypeDescription
StreamingStorageConfigOrBuilder

getStreamingConfigCase()

public abstract StreamingVideoConfig.StreamingConfigCase getStreamingConfigCase()
Returns
TypeDescription
StreamingVideoConfig.StreamingConfigCase

hasAutomlActionRecognitionConfig()

public abstract boolean hasAutomlActionRecognitionConfig()

Config for STREAMING_AUTOML_ACTION_RECOGNITION.

.google.cloud.videointelligence.v1p3beta1.StreamingAutomlActionRecognitionConfig automl_action_recognition_config = 23;

Returns
TypeDescription
boolean

Whether the automlActionRecognitionConfig field is set.

hasAutomlClassificationConfig()

public abstract boolean hasAutomlClassificationConfig()

Config for STREAMING_AUTOML_CLASSIFICATION.

.google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfig automl_classification_config = 21;

Returns
TypeDescription
boolean

Whether the automlClassificationConfig field is set.

hasAutomlObjectTrackingConfig()

public abstract boolean hasAutomlObjectTrackingConfig()

Config for STREAMING_AUTOML_OBJECT_TRACKING.

.google.cloud.videointelligence.v1p3beta1.StreamingAutomlObjectTrackingConfig automl_object_tracking_config = 22;

Returns
TypeDescription
boolean

Whether the automlObjectTrackingConfig field is set.

hasExplicitContentDetectionConfig()

public abstract boolean hasExplicitContentDetectionConfig()

Config for STREAMING_EXPLICIT_CONTENT_DETECTION.

.google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig explicit_content_detection_config = 4;

Returns
TypeDescription
boolean

Whether the explicitContentDetectionConfig field is set.

hasLabelDetectionConfig()

public abstract boolean hasLabelDetectionConfig()

Config for STREAMING_LABEL_DETECTION.

.google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3;

Returns
TypeDescription
boolean

Whether the labelDetectionConfig field is set.

hasObjectTrackingConfig()

public abstract boolean hasObjectTrackingConfig()

Config for STREAMING_OBJECT_TRACKING.

.google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig object_tracking_config = 5;

Returns
TypeDescription
boolean

Whether the objectTrackingConfig field is set.

hasShotChangeDetectionConfig()

public abstract boolean hasShotChangeDetectionConfig()

Config for STREAMING_SHOT_CHANGE_DETECTION.

.google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2;

Returns
TypeDescription
boolean

Whether the shotChangeDetectionConfig field is set.

hasStorageConfig()

public abstract boolean hasStorageConfig()

Streaming storage option. By default: storage is disabled.

.google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig storage_config = 30;

Returns
TypeDescription
boolean

Whether the storageConfig field is set.