Interface StreamingVideoConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    StreamingVideoConfig, StreamingVideoConfig.Builder

    public interface StreamingVideoConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasShotChangeDetectionConfig

        boolean hasShotChangeDetectionConfig()
         Config for STREAMING_SHOT_CHANGE_DETECTION.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2;
        Returns:
        Whether the shotChangeDetectionConfig field is set.
      • getShotChangeDetectionConfig

        StreamingShotChangeDetectionConfig getShotChangeDetectionConfig()
         Config for STREAMING_SHOT_CHANGE_DETECTION.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2;
        Returns:
        The shotChangeDetectionConfig.
      • getShotChangeDetectionConfigOrBuilder

        StreamingShotChangeDetectionConfigOrBuilder getShotChangeDetectionConfigOrBuilder()
         Config for STREAMING_SHOT_CHANGE_DETECTION.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2;
      • hasLabelDetectionConfig

        boolean hasLabelDetectionConfig()
         Config for STREAMING_LABEL_DETECTION.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3;
        Returns:
        Whether the labelDetectionConfig field is set.
      • getLabelDetectionConfig

        StreamingLabelDetectionConfig getLabelDetectionConfig()
         Config for STREAMING_LABEL_DETECTION.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3;
        Returns:
        The labelDetectionConfig.
      • getLabelDetectionConfigOrBuilder

        StreamingLabelDetectionConfigOrBuilder getLabelDetectionConfigOrBuilder()
         Config for STREAMING_LABEL_DETECTION.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3;
      • hasExplicitContentDetectionConfig

        boolean hasExplicitContentDetectionConfig()
         Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig explicit_content_detection_config = 4;
        Returns:
        Whether the explicitContentDetectionConfig field is set.
      • getExplicitContentDetectionConfig

        StreamingExplicitContentDetectionConfig getExplicitContentDetectionConfig()
         Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig explicit_content_detection_config = 4;
        Returns:
        The explicitContentDetectionConfig.
      • getExplicitContentDetectionConfigOrBuilder

        StreamingExplicitContentDetectionConfigOrBuilder getExplicitContentDetectionConfigOrBuilder()
         Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig explicit_content_detection_config = 4;
      • hasObjectTrackingConfig

        boolean hasObjectTrackingConfig()
         Config for STREAMING_OBJECT_TRACKING.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig object_tracking_config = 5;
        Returns:
        Whether the objectTrackingConfig field is set.
      • getObjectTrackingConfig

        StreamingObjectTrackingConfig getObjectTrackingConfig()
         Config for STREAMING_OBJECT_TRACKING.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig object_tracking_config = 5;
        Returns:
        The objectTrackingConfig.
      • getObjectTrackingConfigOrBuilder

        StreamingObjectTrackingConfigOrBuilder getObjectTrackingConfigOrBuilder()
         Config for STREAMING_OBJECT_TRACKING.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig object_tracking_config = 5;
      • hasAutomlActionRecognitionConfig

        boolean hasAutomlActionRecognitionConfig()
         Config for STREAMING_AUTOML_ACTION_RECOGNITION.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingAutomlActionRecognitionConfig automl_action_recognition_config = 23;
        Returns:
        Whether the automlActionRecognitionConfig field is set.
      • getAutomlActionRecognitionConfig

        StreamingAutomlActionRecognitionConfig getAutomlActionRecognitionConfig()
         Config for STREAMING_AUTOML_ACTION_RECOGNITION.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingAutomlActionRecognitionConfig automl_action_recognition_config = 23;
        Returns:
        The automlActionRecognitionConfig.
      • getAutomlActionRecognitionConfigOrBuilder

        StreamingAutomlActionRecognitionConfigOrBuilder getAutomlActionRecognitionConfigOrBuilder()
         Config for STREAMING_AUTOML_ACTION_RECOGNITION.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingAutomlActionRecognitionConfig automl_action_recognition_config = 23;
      • hasAutomlClassificationConfig

        boolean hasAutomlClassificationConfig()
         Config for STREAMING_AUTOML_CLASSIFICATION.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfig automl_classification_config = 21;
        Returns:
        Whether the automlClassificationConfig field is set.
      • getAutomlClassificationConfig

        StreamingAutomlClassificationConfig getAutomlClassificationConfig()
         Config for STREAMING_AUTOML_CLASSIFICATION.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfig automl_classification_config = 21;
        Returns:
        The automlClassificationConfig.
      • getAutomlClassificationConfigOrBuilder

        StreamingAutomlClassificationConfigOrBuilder getAutomlClassificationConfigOrBuilder()
         Config for STREAMING_AUTOML_CLASSIFICATION.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfig automl_classification_config = 21;
      • hasAutomlObjectTrackingConfig

        boolean hasAutomlObjectTrackingConfig()
         Config for STREAMING_AUTOML_OBJECT_TRACKING.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingAutomlObjectTrackingConfig automl_object_tracking_config = 22;
        Returns:
        Whether the automlObjectTrackingConfig field is set.
      • getAutomlObjectTrackingConfig

        StreamingAutomlObjectTrackingConfig getAutomlObjectTrackingConfig()
         Config for STREAMING_AUTOML_OBJECT_TRACKING.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingAutomlObjectTrackingConfig automl_object_tracking_config = 22;
        Returns:
        The automlObjectTrackingConfig.
      • getAutomlObjectTrackingConfigOrBuilder

        StreamingAutomlObjectTrackingConfigOrBuilder getAutomlObjectTrackingConfigOrBuilder()
         Config for STREAMING_AUTOML_OBJECT_TRACKING.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingAutomlObjectTrackingConfig automl_object_tracking_config = 22;
      • getFeatureValue

        int getFeatureValue()
         Requested annotation feature.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingFeature feature = 1;
        Returns:
        The enum numeric value on the wire for feature.
      • getFeature

        StreamingFeature getFeature()
         Requested annotation feature.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingFeature feature = 1;
        Returns:
        The feature.
      • hasStorageConfig

        boolean hasStorageConfig()
         Streaming storage option. By default: storage is disabled.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig storage_config = 30;
        Returns:
        Whether the storageConfig field is set.
      • getStorageConfig

        StreamingStorageConfig getStorageConfig()
         Streaming storage option. By default: storage is disabled.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig storage_config = 30;
        Returns:
        The storageConfig.
      • getStorageConfigOrBuilder

        StreamingStorageConfigOrBuilder getStorageConfigOrBuilder()
         Streaming storage option. By default: storage is disabled.
         
        .google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig storage_config = 30;