Class LabelDetectionConfig

  • All Implemented Interfaces:
    LabelDetectionConfigOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class LabelDetectionConfig
    extends com.google.protobuf.GeneratedMessageV3
    implements LabelDetectionConfigOrBuilder
     Config for LABEL_DETECTION.
     
    Protobuf type google.cloud.videointelligence.v1.LabelDetectionConfig
    See Also:
    Serialized Form
    • Field Detail

      • LABEL_DETECTION_MODE_FIELD_NUMBER

        public static final int LABEL_DETECTION_MODE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • STATIONARY_CAMERA_FIELD_NUMBER

        public static final int STATIONARY_CAMERA_FIELD_NUMBER
        See Also:
        Constant Field Values
      • FRAME_CONFIDENCE_THRESHOLD_FIELD_NUMBER

        public static final int FRAME_CONFIDENCE_THRESHOLD_FIELD_NUMBER
        See Also:
        Constant Field Values
      • VIDEO_CONFIDENCE_THRESHOLD_FIELD_NUMBER

        public static final int VIDEO_CONFIDENCE_THRESHOLD_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getLabelDetectionModeValue

        public int getLabelDetectionModeValue()
         What labels should be detected with LABEL_DETECTION, in addition to
         video-level labels or segment-level labels.
         If unspecified, defaults to `SHOT_MODE`.
         
        .google.cloud.videointelligence.v1.LabelDetectionMode label_detection_mode = 1;
        Specified by:
        getLabelDetectionModeValue in interface LabelDetectionConfigOrBuilder
        Returns:
        The enum numeric value on the wire for labelDetectionMode.
      • getLabelDetectionMode

        public LabelDetectionMode getLabelDetectionMode()
         What labels should be detected with LABEL_DETECTION, in addition to
         video-level labels or segment-level labels.
         If unspecified, defaults to `SHOT_MODE`.
         
        .google.cloud.videointelligence.v1.LabelDetectionMode label_detection_mode = 1;
        Specified by:
        getLabelDetectionMode in interface LabelDetectionConfigOrBuilder
        Returns:
        The labelDetectionMode.
      • getStationaryCamera

        public boolean getStationaryCamera()
         Whether the video has been shot from a stationary (i.e., non-moving)
         camera. When set to true, might improve detection accuracy for moving
         objects. Should be used with `SHOT_AND_FRAME_MODE` enabled.
         
        bool stationary_camera = 2;
        Specified by:
        getStationaryCamera in interface LabelDetectionConfigOrBuilder
        Returns:
        The stationaryCamera.
      • getModel

        public String getModel()
         Model to use for label detection.
         Supported values: "builtin/stable" (the default if unset) and
         "builtin/latest".
         
        string model = 3;
        Specified by:
        getModel in interface LabelDetectionConfigOrBuilder
        Returns:
        The model.
      • getModelBytes

        public com.google.protobuf.ByteString getModelBytes()
         Model to use for label detection.
         Supported values: "builtin/stable" (the default if unset) and
         "builtin/latest".
         
        string model = 3;
        Specified by:
        getModelBytes in interface LabelDetectionConfigOrBuilder
        Returns:
        The bytes for model.
      • getFrameConfidenceThreshold

        public float getFrameConfidenceThreshold()
         The confidence threshold we perform filtering on the labels from
         frame-level detection. If not set, it is set to 0.4 by default. The valid
         range for this threshold is [0.1, 0.9]. Any value set outside of this
         range will be clipped.
         Note: For best results, follow the default threshold. We will update
         the default threshold everytime when we release a new model.
         
        float frame_confidence_threshold = 4;
        Specified by:
        getFrameConfidenceThreshold in interface LabelDetectionConfigOrBuilder
        Returns:
        The frameConfidenceThreshold.
      • getVideoConfidenceThreshold

        public float getVideoConfidenceThreshold()
         The confidence threshold we perform filtering on the labels from
         video-level and shot-level detections. If not set, it's set to 0.3 by
         default. The valid range for this threshold is [0.1, 0.9]. Any value set
         outside of this range will be clipped.
         Note: For best results, follow the default threshold. We will update
         the default threshold everytime when we release a new model.
         
        float video_confidence_threshold = 5;
        Specified by:
        getVideoConfidenceThreshold in interface LabelDetectionConfigOrBuilder
        Returns:
        The videoConfidenceThreshold.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static LabelDetectionConfig parseFrom​(ByteBuffer data)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LabelDetectionConfig parseFrom​(ByteBuffer data,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LabelDetectionConfig parseFrom​(com.google.protobuf.ByteString data)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LabelDetectionConfig parseFrom​(com.google.protobuf.ByteString data,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LabelDetectionConfig parseFrom​(byte[] data)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LabelDetectionConfig parseFrom​(byte[] data,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public LabelDetectionConfig.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public LabelDetectionConfig.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected LabelDetectionConfig.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<LabelDetectionConfig> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public LabelDetectionConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder