public final class StreamingVideoConfig extends com.google.protobuf.GeneratedMessageV3 implements StreamingVideoConfigOrBuilder
Provides information to the annotator that specifies how to process the request.Protobuf type
google.cloud.videointelligence.v1p3beta1.StreamingVideoConfig| Modifier and Type | Class and Description |
|---|---|
static class |
StreamingVideoConfig.Builder
Provides information to the annotator that specifies how to process the
request.
|
static class |
StreamingVideoConfig.StreamingConfigCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
EXPLICIT_CONTENT_DETECTION_CONFIG_FIELD_NUMBER |
static int |
FEATURE_FIELD_NUMBER |
static int |
LABEL_DETECTION_CONFIG_FIELD_NUMBER |
static int |
OBJECT_TRACKING_CONFIG_FIELD_NUMBER |
static int |
SHOT_CHANGE_DETECTION_CONFIG_FIELD_NUMBER |
static int |
STORAGE_CONFIG_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static StreamingVideoConfig |
getDefaultInstance() |
StreamingVideoConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
StreamingExplicitContentDetectionConfig |
getExplicitContentDetectionConfig()
Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
|
StreamingExplicitContentDetectionConfigOrBuilder |
getExplicitContentDetectionConfigOrBuilder()
Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
|
StreamingFeature |
getFeature()
Requested annotation feature.
|
int |
getFeatureValue()
Requested annotation feature.
|
StreamingLabelDetectionConfig |
getLabelDetectionConfig()
Config for LABEL_DETECTION.
|
StreamingLabelDetectionConfigOrBuilder |
getLabelDetectionConfigOrBuilder()
Config for LABEL_DETECTION.
|
StreamingObjectTrackingConfig |
getObjectTrackingConfig()
Config for STREAMING_OBJECT_TRACKING.
|
StreamingObjectTrackingConfigOrBuilder |
getObjectTrackingConfigOrBuilder()
Config for STREAMING_OBJECT_TRACKING.
|
com.google.protobuf.Parser<StreamingVideoConfig> |
getParserForType() |
int |
getSerializedSize() |
StreamingShotChangeDetectionConfig |
getShotChangeDetectionConfig()
Config for SHOT_CHANGE_DETECTION.
|
StreamingShotChangeDetectionConfigOrBuilder |
getShotChangeDetectionConfigOrBuilder()
Config for SHOT_CHANGE_DETECTION.
|
StreamingStorageConfig |
getStorageConfig()
Streaming storage option.
|
StreamingStorageConfigOrBuilder |
getStorageConfigOrBuilder()
Streaming storage option.
|
StreamingVideoConfig.StreamingConfigCase |
getStreamingConfigCase() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasExplicitContentDetectionConfig()
Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
|
int |
hashCode() |
boolean |
hasLabelDetectionConfig()
Config for LABEL_DETECTION.
|
boolean |
hasObjectTrackingConfig()
Config for STREAMING_OBJECT_TRACKING.
|
boolean |
hasShotChangeDetectionConfig()
Config for SHOT_CHANGE_DETECTION.
|
boolean |
hasStorageConfig()
Streaming storage option.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamingVideoConfig.Builder |
newBuilder() |
static StreamingVideoConfig.Builder |
newBuilder(StreamingVideoConfig prototype) |
StreamingVideoConfig.Builder |
newBuilderForType() |
protected StreamingVideoConfig.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static StreamingVideoConfig |
parseDelimitedFrom(InputStream input) |
static StreamingVideoConfig |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingVideoConfig |
parseFrom(byte[] data) |
static StreamingVideoConfig |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingVideoConfig |
parseFrom(ByteBuffer data) |
static StreamingVideoConfig |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingVideoConfig |
parseFrom(com.google.protobuf.ByteString data) |
static StreamingVideoConfig |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingVideoConfig |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamingVideoConfig |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingVideoConfig |
parseFrom(InputStream input) |
static StreamingVideoConfig |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StreamingVideoConfig> |
parser() |
StreamingVideoConfig.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int FEATURE_FIELD_NUMBER
public static final int SHOT_CHANGE_DETECTION_CONFIG_FIELD_NUMBER
public static final int LABEL_DETECTION_CONFIG_FIELD_NUMBER
public static final int EXPLICIT_CONTENT_DETECTION_CONFIG_FIELD_NUMBER
public static final int OBJECT_TRACKING_CONFIG_FIELD_NUMBER
public static final int STORAGE_CONFIG_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public StreamingVideoConfig.StreamingConfigCase getStreamingConfigCase()
getStreamingConfigCase in interface StreamingVideoConfigOrBuilderpublic int getFeatureValue()
Requested annotation feature.
.google.cloud.videointelligence.v1p3beta1.StreamingFeature feature = 1;getFeatureValue in interface StreamingVideoConfigOrBuilderpublic StreamingFeature getFeature()
Requested annotation feature.
.google.cloud.videointelligence.v1p3beta1.StreamingFeature feature = 1;getFeature in interface StreamingVideoConfigOrBuilderpublic boolean hasShotChangeDetectionConfig()
Config for SHOT_CHANGE_DETECTION.
.google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2;
hasShotChangeDetectionConfig in interface StreamingVideoConfigOrBuilderpublic StreamingShotChangeDetectionConfig getShotChangeDetectionConfig()
Config for SHOT_CHANGE_DETECTION.
.google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2;
getShotChangeDetectionConfig in interface StreamingVideoConfigOrBuilderpublic StreamingShotChangeDetectionConfigOrBuilder getShotChangeDetectionConfigOrBuilder()
Config for SHOT_CHANGE_DETECTION.
.google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2;
getShotChangeDetectionConfigOrBuilder in interface StreamingVideoConfigOrBuilderpublic boolean hasLabelDetectionConfig()
Config for LABEL_DETECTION.
.google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3;
hasLabelDetectionConfig in interface StreamingVideoConfigOrBuilderpublic StreamingLabelDetectionConfig getLabelDetectionConfig()
Config for LABEL_DETECTION.
.google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3;
getLabelDetectionConfig in interface StreamingVideoConfigOrBuilderpublic StreamingLabelDetectionConfigOrBuilder getLabelDetectionConfigOrBuilder()
Config for LABEL_DETECTION.
.google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3;
getLabelDetectionConfigOrBuilder in interface StreamingVideoConfigOrBuilderpublic boolean hasExplicitContentDetectionConfig()
Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
.google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig explicit_content_detection_config = 4;
hasExplicitContentDetectionConfig in interface StreamingVideoConfigOrBuilderpublic StreamingExplicitContentDetectionConfig getExplicitContentDetectionConfig()
Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
.google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig explicit_content_detection_config = 4;
getExplicitContentDetectionConfig in interface StreamingVideoConfigOrBuilderpublic StreamingExplicitContentDetectionConfigOrBuilder getExplicitContentDetectionConfigOrBuilder()
Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
.google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig explicit_content_detection_config = 4;
getExplicitContentDetectionConfigOrBuilder in interface StreamingVideoConfigOrBuilderpublic boolean hasObjectTrackingConfig()
Config for STREAMING_OBJECT_TRACKING.
.google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig object_tracking_config = 5;
hasObjectTrackingConfig in interface StreamingVideoConfigOrBuilderpublic StreamingObjectTrackingConfig getObjectTrackingConfig()
Config for STREAMING_OBJECT_TRACKING.
.google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig object_tracking_config = 5;
getObjectTrackingConfig in interface StreamingVideoConfigOrBuilderpublic StreamingObjectTrackingConfigOrBuilder getObjectTrackingConfigOrBuilder()
Config for STREAMING_OBJECT_TRACKING.
.google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig object_tracking_config = 5;
getObjectTrackingConfigOrBuilder in interface StreamingVideoConfigOrBuilderpublic boolean hasStorageConfig()
Streaming storage option. By default: storage is disabled.
.google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig storage_config = 30;
hasStorageConfig in interface StreamingVideoConfigOrBuilderpublic StreamingStorageConfig getStorageConfig()
Streaming storage option. By default: storage is disabled.
.google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig storage_config = 30;
getStorageConfig in interface StreamingVideoConfigOrBuilderpublic StreamingStorageConfigOrBuilder getStorageConfigOrBuilder()
Streaming storage option. By default: storage is disabled.
.google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig storage_config = 30;
getStorageConfigOrBuilder in interface StreamingVideoConfigOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static StreamingVideoConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamingVideoConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamingVideoConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamingVideoConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamingVideoConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamingVideoConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamingVideoConfig parseFrom(InputStream input) throws IOException
IOExceptionpublic static StreamingVideoConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StreamingVideoConfig parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static StreamingVideoConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StreamingVideoConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static StreamingVideoConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic StreamingVideoConfig.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StreamingVideoConfig.Builder newBuilder()
public static StreamingVideoConfig.Builder newBuilder(StreamingVideoConfig prototype)
public StreamingVideoConfig.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected StreamingVideoConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static StreamingVideoConfig getDefaultInstance()
public static com.google.protobuf.Parser<StreamingVideoConfig> parser()
public com.google.protobuf.Parser<StreamingVideoConfig> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public StreamingVideoConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019 Google LLC. All rights reserved.