Interface VideoMetadataOrBuilder

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

@Generated public interface VideoMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Duration
    Optional.
    com.google.protobuf.DurationOrBuilder
    Optional.
    double
    Optional.
    com.google.protobuf.Duration
    Optional.
    com.google.protobuf.DurationOrBuilder
    Optional.
    boolean
    Optional.
    boolean
    Optional.

    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 Details

    • hasStartOffset

      boolean hasStartOffset()
       Optional. The start offset of the video.
       
      .google.protobuf.Duration start_offset = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the startOffset field is set.
    • getStartOffset

      com.google.protobuf.Duration getStartOffset()
       Optional. The start offset of the video.
       
      .google.protobuf.Duration start_offset = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The startOffset.
    • getStartOffsetOrBuilder

      com.google.protobuf.DurationOrBuilder getStartOffsetOrBuilder()
       Optional. The start offset of the video.
       
      .google.protobuf.Duration start_offset = 1 [(.google.api.field_behavior) = OPTIONAL];
    • hasEndOffset

      boolean hasEndOffset()
       Optional. The end offset of the video.
       
      .google.protobuf.Duration end_offset = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the endOffset field is set.
    • getEndOffset

      com.google.protobuf.Duration getEndOffset()
       Optional. The end offset of the video.
       
      .google.protobuf.Duration end_offset = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The endOffset.
    • getEndOffsetOrBuilder

      com.google.protobuf.DurationOrBuilder getEndOffsetOrBuilder()
       Optional. The end offset of the video.
       
      .google.protobuf.Duration end_offset = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getFps

      double getFps()
       Optional. The frame rate of the video sent to the model. If not specified,
       the default value is 1.0. The valid range is (0.0, 24.0].
       
      double fps = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The fps.