Class ClarifaiVideo

    • Constructor Detail

      • ClarifaiVideo

        public ClarifaiVideo()
    • Method Detail

      • crop

        @Nullable
        public @Nullable Crop crop()
      • withCrop

        @NotNull
        public @NotNull ClarifaiImage withCrop​(@NotNull
                                               @NotNull Crop crop)
      • of

        @NotNull
        public static @NotNull ClarifaiURLVideo of​(@NotNull
                                                   @NotNull java.net.URL videoURL)
      • of

        @NotNull
        public static @NotNull ClarifaiURLVideo of​(@NotNull
                                                   @NotNull java.lang.String videoURL)
      • of

        @NotNull
        public static @NotNull ClarifaiFileVideo of​(@NotNull
                                                    @org.jetbrains.annotations.NotNull byte[] videoBytes)
      • of

        @NotNull
        public static @NotNull ClarifaiFileVideo of​(@NotNull
                                                    @NotNull java.io.File videoFile)