Class StaticMediaProcessing
java.lang.Object
com.google.genai.gaos.models.interactions.StaticMediaProcessing
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Optional.booleanfps()Optional.inthashCode()Optional.toString()type()withEndOffset(String endOffset) Optional.Optional.withStartOffset(String startOffset) Optional.
-
Constructor Details
-
StaticMediaProcessing
-
StaticMediaProcessing
public StaticMediaProcessing()
-
-
Method Details
-
endOffset
Optional. Segment end time. Specified as a decimal number of seconds followed by an 's' suffix, e.g., "30s". Must be non-negative and greater than `start_offset` if `start_offset` is set. -
fps
Optional. Video frame-rate sampling density. -
startOffset
Optional. Segment start time. Specified as a decimal number of seconds followed by an 's' suffix, e.g., "10.5s". Must be non-negative. -
type
-
builder
-
withEndOffset
Optional. Segment end time. Specified as a decimal number of seconds followed by an 's' suffix, e.g., "30s". Must be non-negative and greater than `start_offset` if `start_offset` is set. -
withFps
Optional. Video frame-rate sampling density. -
withStartOffset
Optional. Segment start time. Specified as a decimal number of seconds followed by an 's' suffix, e.g., "10.5s". Must be non-negative. -
equals
-
hashCode
public int hashCode() -
toString
-