Interface ShotChangeDetectionConfigOrBuilder

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

    public interface ShotChangeDetectionConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getModel()
      Model to use for shot change detection.
      com.google.protobuf.ByteString getModelBytes()
      Model to use for shot change detection.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getModel

        String getModel()
         Model to use for shot change detection.
         Supported values: "builtin/stable" (the default if unset) and
         "builtin/latest".
         
        string model = 1;
        Returns:
        The model.
      • getModelBytes

        com.google.protobuf.ByteString getModelBytes()
         Model to use for shot change detection.
         Supported values: "builtin/stable" (the default if unset) and
         "builtin/latest".
         
        string model = 1;
        Returns:
        The bytes for model.