public interface VideoClassificationPredictionInstanceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
The Google Cloud Storage location of the video on which to perform the
prediction.
|
com.google.protobuf.ByteString |
getContentBytes()
The Google Cloud Storage location of the video on which to perform the
prediction.
|
String |
getMimeType()
The MIME type of the content of the video.
|
com.google.protobuf.ByteString |
getMimeTypeBytes()
The MIME type of the content of the video.
|
String |
getTimeSegmentEnd()
The end, exclusive, of the video's time segment on which to perform
the prediction.
|
com.google.protobuf.ByteString |
getTimeSegmentEndBytes()
The end, exclusive, of the video's time segment on which to perform
the prediction.
|
String |
getTimeSegmentStart()
The beginning, inclusive, of the video's time segment on which to perform
the prediction.
|
com.google.protobuf.ByteString |
getTimeSegmentStartBytes()
The beginning, inclusive, of the video's time segment on which to perform
the prediction.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getContent()
The Google Cloud Storage location of the video on which to perform the prediction.
string content = 1;com.google.protobuf.ByteString getContentBytes()
The Google Cloud Storage location of the video on which to perform the prediction.
string content = 1;String getMimeType()
The MIME type of the content of the video. Only the following are supported: video/mp4 video/avi video/quicktime
string mime_type = 2;com.google.protobuf.ByteString getMimeTypeBytes()
The MIME type of the content of the video. Only the following are supported: video/mp4 video/avi video/quicktime
string mime_type = 2;String getTimeSegmentStart()
The beginning, inclusive, of the video's time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with "s" appended at the end. Fractions are allowed, up to a microsecond precision.
string time_segment_start = 3;com.google.protobuf.ByteString getTimeSegmentStartBytes()
The beginning, inclusive, of the video's time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with "s" appended at the end. Fractions are allowed, up to a microsecond precision.
string time_segment_start = 3;String getTimeSegmentEnd()
The end, exclusive, of the video's time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with "s" appended at the end. Fractions are allowed, up to a microsecond precision, and "inf" or "Infinity" is allowed, which means the end of the video.
string time_segment_end = 4;com.google.protobuf.ByteString getTimeSegmentEndBytes()
The end, exclusive, of the video's time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with "s" appended at the end. Fractions are allowed, up to a microsecond precision, and "inf" or "Infinity" is allowed, which means the end of the video.
string time_segment_end = 4;Copyright © 2025 Google LLC. All rights reserved.