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

com.google.cloud.videointelligence.v1p3beta1.StreamingVideoConfigOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.144.0
Show newest version
// 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 SHOT_CHANGE_DETECTION.
   * 
* * * .google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2; * */ boolean hasShotChangeDetectionConfig(); /** * * *
   * Config for SHOT_CHANGE_DETECTION.
   * 
* * * .google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2; * */ com.google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig getShotChangeDetectionConfig(); /** * * *
   * Config for SHOT_CHANGE_DETECTION.
   * 
* * * .google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2; * */ com.google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfigOrBuilder getShotChangeDetectionConfigOrBuilder(); /** * * *
   * Config for LABEL_DETECTION.
   * 
* * * .google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3; * */ boolean hasLabelDetectionConfig(); /** * * *
   * Config for LABEL_DETECTION.
   * 
* * * .google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3; * */ com.google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig getLabelDetectionConfig(); /** * * *
   * Config for 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(); /** * * *
   * 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