public interface VideoContextOrBuilder
extends com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<VideoSegment> getSegmentsList()
Video segments to annotate. The segments may overlap and are not required to be contiguous or span the whole video. If unspecified, each video is treated as a single segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment segments = 1;VideoSegment getSegments(int index)
Video segments to annotate. The segments may overlap and are not required to be contiguous or span the whole video. If unspecified, each video is treated as a single segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment segments = 1;int getSegmentsCount()
Video segments to annotate. The segments may overlap and are not required to be contiguous or span the whole video. If unspecified, each video is treated as a single segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment segments = 1;List<? extends VideoSegmentOrBuilder> getSegmentsOrBuilderList()
Video segments to annotate. The segments may overlap and are not required to be contiguous or span the whole video. If unspecified, each video is treated as a single segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment segments = 1;VideoSegmentOrBuilder getSegmentsOrBuilder(int index)
Video segments to annotate. The segments may overlap and are not required to be contiguous or span the whole video. If unspecified, each video is treated as a single segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment segments = 1;boolean hasLabelDetectionConfig()
Config for LABEL_DETECTION.
.google.cloud.videointelligence.v1p3beta1.LabelDetectionConfig label_detection_config = 2;
LabelDetectionConfig getLabelDetectionConfig()
Config for LABEL_DETECTION.
.google.cloud.videointelligence.v1p3beta1.LabelDetectionConfig label_detection_config = 2;
LabelDetectionConfigOrBuilder getLabelDetectionConfigOrBuilder()
Config for LABEL_DETECTION.
.google.cloud.videointelligence.v1p3beta1.LabelDetectionConfig label_detection_config = 2;
boolean hasShotChangeDetectionConfig()
Config for SHOT_CHANGE_DETECTION.
.google.cloud.videointelligence.v1p3beta1.ShotChangeDetectionConfig shot_change_detection_config = 3;
ShotChangeDetectionConfig getShotChangeDetectionConfig()
Config for SHOT_CHANGE_DETECTION.
.google.cloud.videointelligence.v1p3beta1.ShotChangeDetectionConfig shot_change_detection_config = 3;
ShotChangeDetectionConfigOrBuilder getShotChangeDetectionConfigOrBuilder()
Config for SHOT_CHANGE_DETECTION.
.google.cloud.videointelligence.v1p3beta1.ShotChangeDetectionConfig shot_change_detection_config = 3;
boolean hasExplicitContentDetectionConfig()
Config for EXPLICIT_CONTENT_DETECTION.
.google.cloud.videointelligence.v1p3beta1.ExplicitContentDetectionConfig explicit_content_detection_config = 4;
ExplicitContentDetectionConfig getExplicitContentDetectionConfig()
Config for EXPLICIT_CONTENT_DETECTION.
.google.cloud.videointelligence.v1p3beta1.ExplicitContentDetectionConfig explicit_content_detection_config = 4;
ExplicitContentDetectionConfigOrBuilder getExplicitContentDetectionConfigOrBuilder()
Config for EXPLICIT_CONTENT_DETECTION.
.google.cloud.videointelligence.v1p3beta1.ExplicitContentDetectionConfig explicit_content_detection_config = 4;
boolean hasFaceDetectionConfig()
Config for FACE_DETECTION.
.google.cloud.videointelligence.v1p3beta1.FaceDetectionConfig face_detection_config = 5;
FaceDetectionConfig getFaceDetectionConfig()
Config for FACE_DETECTION.
.google.cloud.videointelligence.v1p3beta1.FaceDetectionConfig face_detection_config = 5;
FaceDetectionConfigOrBuilder getFaceDetectionConfigOrBuilder()
Config for FACE_DETECTION.
.google.cloud.videointelligence.v1p3beta1.FaceDetectionConfig face_detection_config = 5;
boolean hasSpeechTranscriptionConfig()
Config for SPEECH_TRANSCRIPTION.
.google.cloud.videointelligence.v1p3beta1.SpeechTranscriptionConfig speech_transcription_config = 6;
SpeechTranscriptionConfig getSpeechTranscriptionConfig()
Config for SPEECH_TRANSCRIPTION.
.google.cloud.videointelligence.v1p3beta1.SpeechTranscriptionConfig speech_transcription_config = 6;
SpeechTranscriptionConfigOrBuilder getSpeechTranscriptionConfigOrBuilder()
Config for SPEECH_TRANSCRIPTION.
.google.cloud.videointelligence.v1p3beta1.SpeechTranscriptionConfig speech_transcription_config = 6;
boolean hasTextDetectionConfig()
Config for TEXT_DETECTION.
.google.cloud.videointelligence.v1p3beta1.TextDetectionConfig text_detection_config = 8;
TextDetectionConfig getTextDetectionConfig()
Config for TEXT_DETECTION.
.google.cloud.videointelligence.v1p3beta1.TextDetectionConfig text_detection_config = 8;
TextDetectionConfigOrBuilder getTextDetectionConfigOrBuilder()
Config for TEXT_DETECTION.
.google.cloud.videointelligence.v1p3beta1.TextDetectionConfig text_detection_config = 8;
boolean hasPersonDetectionConfig()
Config for PERSON_DETECTION.
.google.cloud.videointelligence.v1p3beta1.PersonDetectionConfig person_detection_config = 11;
PersonDetectionConfig getPersonDetectionConfig()
Config for PERSON_DETECTION.
.google.cloud.videointelligence.v1p3beta1.PersonDetectionConfig person_detection_config = 11;
PersonDetectionConfigOrBuilder getPersonDetectionConfigOrBuilder()
Config for PERSON_DETECTION.
.google.cloud.videointelligence.v1p3beta1.PersonDetectionConfig person_detection_config = 11;
boolean hasObjectTrackingConfig()
Config for OBJECT_TRACKING.
.google.cloud.videointelligence.v1p3beta1.ObjectTrackingConfig object_tracking_config = 13;
ObjectTrackingConfig getObjectTrackingConfig()
Config for OBJECT_TRACKING.
.google.cloud.videointelligence.v1p3beta1.ObjectTrackingConfig object_tracking_config = 13;
ObjectTrackingConfigOrBuilder getObjectTrackingConfigOrBuilder()
Config for OBJECT_TRACKING.
.google.cloud.videointelligence.v1p3beta1.ObjectTrackingConfig object_tracking_config = 13;
Copyright © 2024 Google LLC. All rights reserved.