public interface VideoPayloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getFrameRate()
FPS of the video.
|
String |
getMimeType()
Video format.
|
com.google.protobuf.ByteString |
getMimeTypeBytes()
Video format.
|
VideoThumbnail |
getVideoThumbnails(int index)
The list of video thumbnails.
|
int |
getVideoThumbnailsCount()
The list of video thumbnails.
|
List<VideoThumbnail> |
getVideoThumbnailsList()
The list of video thumbnails.
|
VideoThumbnailOrBuilder |
getVideoThumbnailsOrBuilder(int index)
The list of video thumbnails.
|
List<? extends VideoThumbnailOrBuilder> |
getVideoThumbnailsOrBuilderList()
The list of video thumbnails.
|
String |
getVideoUri()
Video uri from the user bucket.
|
com.google.protobuf.ByteString |
getVideoUriBytes()
Video uri from the user bucket.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMimeType()
Video format.
string mime_type = 1;com.google.protobuf.ByteString getMimeTypeBytes()
Video format.
string mime_type = 1;String getVideoUri()
Video uri from the user bucket.
string video_uri = 2;com.google.protobuf.ByteString getVideoUriBytes()
Video uri from the user bucket.
string video_uri = 2;List<VideoThumbnail> getVideoThumbnailsList()
The list of video thumbnails.
repeated .google.cloud.datalabeling.v1beta1.VideoThumbnail video_thumbnails = 3;VideoThumbnail getVideoThumbnails(int index)
The list of video thumbnails.
repeated .google.cloud.datalabeling.v1beta1.VideoThumbnail video_thumbnails = 3;int getVideoThumbnailsCount()
The list of video thumbnails.
repeated .google.cloud.datalabeling.v1beta1.VideoThumbnail video_thumbnails = 3;List<? extends VideoThumbnailOrBuilder> getVideoThumbnailsOrBuilderList()
The list of video thumbnails.
repeated .google.cloud.datalabeling.v1beta1.VideoThumbnail video_thumbnails = 3;VideoThumbnailOrBuilder getVideoThumbnailsOrBuilder(int index)
The list of video thumbnails.
repeated .google.cloud.datalabeling.v1beta1.VideoThumbnail video_thumbnails = 3;float getFrameRate()
FPS of the video.
float frame_rate = 4;Copyright © 2019 Google LLC. All rights reserved.