public final class StreamingVideoConfig extends GeneratedMessageV3 implements StreamingVideoConfigOrBuilder
Provides information to the annotator that specifies how to process the
request.
Protobuf type google.cloud.videointelligence.v1p3beta1.StreamingVideoConfig
Static Fields
AUTOML_ACTION_RECOGNITION_CONFIG_FIELD_NUMBER
public static final int AUTOML_ACTION_RECOGNITION_CONFIG_FIELD_NUMBER
Field Value
AUTOML_CLASSIFICATION_CONFIG_FIELD_NUMBER
public static final int AUTOML_CLASSIFICATION_CONFIG_FIELD_NUMBER
Field Value
AUTOML_OBJECT_TRACKING_CONFIG_FIELD_NUMBER
public static final int AUTOML_OBJECT_TRACKING_CONFIG_FIELD_NUMBER
Field Value
EXPLICIT_CONTENT_DETECTION_CONFIG_FIELD_NUMBER
public static final int EXPLICIT_CONTENT_DETECTION_CONFIG_FIELD_NUMBER
Field Value
FEATURE_FIELD_NUMBER
public static final int FEATURE_FIELD_NUMBER
Field Value
LABEL_DETECTION_CONFIG_FIELD_NUMBER
public static final int LABEL_DETECTION_CONFIG_FIELD_NUMBER
Field Value
OBJECT_TRACKING_CONFIG_FIELD_NUMBER
public static final int OBJECT_TRACKING_CONFIG_FIELD_NUMBER
Field Value
SHOT_CHANGE_DETECTION_CONFIG_FIELD_NUMBER
public static final int SHOT_CHANGE_DETECTION_CONFIG_FIELD_NUMBER
Field Value
STORAGE_CONFIG_FIELD_NUMBER
public static final int STORAGE_CONFIG_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static StreamingVideoConfig getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static StreamingVideoConfig.Builder newBuilder()
Returns
newBuilder(StreamingVideoConfig prototype)
public static StreamingVideoConfig.Builder newBuilder(StreamingVideoConfig prototype)
Parameter
Returns
public static StreamingVideoConfig parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static StreamingVideoConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static StreamingVideoConfig parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static StreamingVideoConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static StreamingVideoConfig parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static StreamingVideoConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static StreamingVideoConfig parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static StreamingVideoConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static StreamingVideoConfig parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static StreamingVideoConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static StreamingVideoConfig parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static StreamingVideoConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<StreamingVideoConfig> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAutomlActionRecognitionConfig()
public StreamingAutomlActionRecognitionConfig getAutomlActionRecognitionConfig()
Config for STREAMING_AUTOML_ACTION_RECOGNITION.
.google.cloud.videointelligence.v1p3beta1.StreamingAutomlActionRecognitionConfig automl_action_recognition_config = 23;
Returns
getAutomlActionRecognitionConfigOrBuilder()
public StreamingAutomlActionRecognitionConfigOrBuilder getAutomlActionRecognitionConfigOrBuilder()
Config for STREAMING_AUTOML_ACTION_RECOGNITION.
.google.cloud.videointelligence.v1p3beta1.StreamingAutomlActionRecognitionConfig automl_action_recognition_config = 23;
Returns
getAutomlClassificationConfig()
public StreamingAutomlClassificationConfig getAutomlClassificationConfig()
Config for STREAMING_AUTOML_CLASSIFICATION.
.google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfig automl_classification_config = 21;
Returns
getAutomlClassificationConfigOrBuilder()
public StreamingAutomlClassificationConfigOrBuilder getAutomlClassificationConfigOrBuilder()
Config for STREAMING_AUTOML_CLASSIFICATION.
.google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfig automl_classification_config = 21;
Returns
getAutomlObjectTrackingConfig()
public StreamingAutomlObjectTrackingConfig getAutomlObjectTrackingConfig()
Config for STREAMING_AUTOML_OBJECT_TRACKING.
.google.cloud.videointelligence.v1p3beta1.StreamingAutomlObjectTrackingConfig automl_object_tracking_config = 22;
Returns
getAutomlObjectTrackingConfigOrBuilder()
public StreamingAutomlObjectTrackingConfigOrBuilder getAutomlObjectTrackingConfigOrBuilder()
Config for STREAMING_AUTOML_OBJECT_TRACKING.
.google.cloud.videointelligence.v1p3beta1.StreamingAutomlObjectTrackingConfig automl_object_tracking_config = 22;
Returns
getDefaultInstanceForType()
public StreamingVideoConfig getDefaultInstanceForType()
Returns
getExplicitContentDetectionConfig()
public StreamingExplicitContentDetectionConfig getExplicitContentDetectionConfig()
Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
.google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig explicit_content_detection_config = 4;
Returns
getExplicitContentDetectionConfigOrBuilder()
public StreamingExplicitContentDetectionConfigOrBuilder getExplicitContentDetectionConfigOrBuilder()
Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
.google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig explicit_content_detection_config = 4;
Returns
getFeature()
public StreamingFeature getFeature()
Requested annotation feature.
.google.cloud.videointelligence.v1p3beta1.StreamingFeature feature = 1;
Returns
getFeatureValue()
public int getFeatureValue()
Requested annotation feature.
.google.cloud.videointelligence.v1p3beta1.StreamingFeature feature = 1;
Returns
Type | Description |
int | The enum numeric value on the wire for feature.
|
getLabelDetectionConfig()
public StreamingLabelDetectionConfig getLabelDetectionConfig()
Config for STREAMING_LABEL_DETECTION.
.google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3;
Returns
getLabelDetectionConfigOrBuilder()
public StreamingLabelDetectionConfigOrBuilder getLabelDetectionConfigOrBuilder()
Config for STREAMING_LABEL_DETECTION.
.google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3;
Returns
getObjectTrackingConfig()
public StreamingObjectTrackingConfig getObjectTrackingConfig()
Config for STREAMING_OBJECT_TRACKING.
.google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig object_tracking_config = 5;
Returns
getObjectTrackingConfigOrBuilder()
public StreamingObjectTrackingConfigOrBuilder getObjectTrackingConfigOrBuilder()
Config for STREAMING_OBJECT_TRACKING.
.google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig object_tracking_config = 5;
Returns
getParserForType()
public Parser<StreamingVideoConfig> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getShotChangeDetectionConfig()
public StreamingShotChangeDetectionConfig getShotChangeDetectionConfig()
Config for STREAMING_SHOT_CHANGE_DETECTION.
.google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2;
Returns
getShotChangeDetectionConfigOrBuilder()
public StreamingShotChangeDetectionConfigOrBuilder getShotChangeDetectionConfigOrBuilder()
Config for STREAMING_SHOT_CHANGE_DETECTION.
.google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2;
Returns
getStorageConfig()
public StreamingStorageConfig getStorageConfig()
Streaming storage option. By default: storage is disabled.
.google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig storage_config = 30;
Returns
getStorageConfigOrBuilder()
public StreamingStorageConfigOrBuilder getStorageConfigOrBuilder()
Streaming storage option. By default: storage is disabled.
.google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig storage_config = 30;
Returns
getStreamingConfigCase()
public StreamingVideoConfig.StreamingConfigCase getStreamingConfigCase()
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasAutomlActionRecognitionConfig()
public boolean hasAutomlActionRecognitionConfig()
Config for STREAMING_AUTOML_ACTION_RECOGNITION.
.google.cloud.videointelligence.v1p3beta1.StreamingAutomlActionRecognitionConfig automl_action_recognition_config = 23;
Returns
Type | Description |
boolean | Whether the automlActionRecognitionConfig field is set.
|
hasAutomlClassificationConfig()
public boolean hasAutomlClassificationConfig()
Config for STREAMING_AUTOML_CLASSIFICATION.
.google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfig automl_classification_config = 21;
Returns
Type | Description |
boolean | Whether the automlClassificationConfig field is set.
|
hasAutomlObjectTrackingConfig()
public boolean hasAutomlObjectTrackingConfig()
Config for STREAMING_AUTOML_OBJECT_TRACKING.
.google.cloud.videointelligence.v1p3beta1.StreamingAutomlObjectTrackingConfig automl_object_tracking_config = 22;
Returns
Type | Description |
boolean | Whether the automlObjectTrackingConfig field is set.
|
hasExplicitContentDetectionConfig()
public boolean hasExplicitContentDetectionConfig()
Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
.google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig explicit_content_detection_config = 4;
Returns
Type | Description |
boolean | Whether the explicitContentDetectionConfig field is set.
|
hasLabelDetectionConfig()
public boolean hasLabelDetectionConfig()
Config for STREAMING_LABEL_DETECTION.
.google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3;
Returns
Type | Description |
boolean | Whether the labelDetectionConfig field is set.
|
hasObjectTrackingConfig()
public boolean hasObjectTrackingConfig()
Config for STREAMING_OBJECT_TRACKING.
.google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig object_tracking_config = 5;
Returns
Type | Description |
boolean | Whether the objectTrackingConfig field is set.
|
hasShotChangeDetectionConfig()
public boolean hasShotChangeDetectionConfig()
Config for STREAMING_SHOT_CHANGE_DETECTION.
.google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2;
Returns
Type | Description |
boolean | Whether the shotChangeDetectionConfig field is set.
|
hasStorageConfig()
public boolean hasStorageConfig()
Streaming storage option. By default: storage is disabled.
.google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig storage_config = 30;
Returns
Type | Description |
boolean | Whether the storageConfig field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public StreamingVideoConfig.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected StreamingVideoConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public StreamingVideoConfig.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions