Class Video

java.lang.Object
dev.langchain4j.data.video.Video

public class Video extends Object
  • Method Details

    • builder

      public static Video.Builder builder()
      Create a new Video.Builder.
      Returns:
      the new Video.Builder.
    • url

      public URI url()
      Get the url of the video.
      Returns:
      the url of the video, or null if not set.
    • base64Data

      public String base64Data()
      Get the base64 data of the video.
      Returns:
      the base64 data of the video, or null if not set.
    • mimeType

      public String mimeType()
      Get the mime type of the video.
      Returns:
      the mime type of the video, or null if not set.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object