Class VideoAnnotationResults (2.2.10)

public final class VideoAnnotationResults extends GeneratedMessageV3 implements VideoAnnotationResultsOrBuilder

Annotation results for a single video.

Protobuf type google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults

Static Fields

CELEBRITY_RECOGNITION_ANNOTATIONS_FIELD_NUMBER

public static final int CELEBRITY_RECOGNITION_ANNOTATIONS_FIELD_NUMBER
Field Value
TypeDescription
int

ERROR_FIELD_NUMBER

public static final int ERROR_FIELD_NUMBER
Field Value
TypeDescription
int

EXPLICIT_ANNOTATION_FIELD_NUMBER

public static final int EXPLICIT_ANNOTATION_FIELD_NUMBER
Field Value
TypeDescription
int

FACE_DETECTION_ANNOTATIONS_FIELD_NUMBER

public static final int FACE_DETECTION_ANNOTATIONS_FIELD_NUMBER
Field Value
TypeDescription
int

FRAME_LABEL_ANNOTATIONS_FIELD_NUMBER

public static final int FRAME_LABEL_ANNOTATIONS_FIELD_NUMBER
Field Value
TypeDescription
int

INPUT_URI_FIELD_NUMBER

public static final int INPUT_URI_FIELD_NUMBER
Field Value
TypeDescription
int

LOGO_RECOGNITION_ANNOTATIONS_FIELD_NUMBER

public static final int LOGO_RECOGNITION_ANNOTATIONS_FIELD_NUMBER
Field Value
TypeDescription
int

OBJECT_ANNOTATIONS_FIELD_NUMBER

public static final int OBJECT_ANNOTATIONS_FIELD_NUMBER
Field Value
TypeDescription
int

PERSON_DETECTION_ANNOTATIONS_FIELD_NUMBER

public static final int PERSON_DETECTION_ANNOTATIONS_FIELD_NUMBER
Field Value
TypeDescription
int

SEGMENT_FIELD_NUMBER

public static final int SEGMENT_FIELD_NUMBER
Field Value
TypeDescription
int

SEGMENT_LABEL_ANNOTATIONS_FIELD_NUMBER

public static final int SEGMENT_LABEL_ANNOTATIONS_FIELD_NUMBER
Field Value
TypeDescription
int

SEGMENT_PRESENCE_LABEL_ANNOTATIONS_FIELD_NUMBER

public static final int SEGMENT_PRESENCE_LABEL_ANNOTATIONS_FIELD_NUMBER
Field Value
TypeDescription
int

SHOT_ANNOTATIONS_FIELD_NUMBER

public static final int SHOT_ANNOTATIONS_FIELD_NUMBER
Field Value
TypeDescription
int

SHOT_LABEL_ANNOTATIONS_FIELD_NUMBER

public static final int SHOT_LABEL_ANNOTATIONS_FIELD_NUMBER
Field Value
TypeDescription
int

SHOT_PRESENCE_LABEL_ANNOTATIONS_FIELD_NUMBER

public static final int SHOT_PRESENCE_LABEL_ANNOTATIONS_FIELD_NUMBER
Field Value
TypeDescription
int

SPEECH_TRANSCRIPTIONS_FIELD_NUMBER

public static final int SPEECH_TRANSCRIPTIONS_FIELD_NUMBER
Field Value
TypeDescription
int

TEXT_ANNOTATIONS_FIELD_NUMBER

public static final int TEXT_ANNOTATIONS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static VideoAnnotationResults getDefaultInstance()
Returns
TypeDescription
VideoAnnotationResults

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static VideoAnnotationResults.Builder newBuilder()
Returns
TypeDescription
VideoAnnotationResults.Builder

newBuilder(VideoAnnotationResults prototype)

public static VideoAnnotationResults.Builder newBuilder(VideoAnnotationResults prototype)
Parameter
NameDescription
prototypeVideoAnnotationResults
Returns
TypeDescription
VideoAnnotationResults.Builder

parseDelimitedFrom(InputStream input)

public static VideoAnnotationResults parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
VideoAnnotationResults
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VideoAnnotationResults parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VideoAnnotationResults
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static VideoAnnotationResults parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
VideoAnnotationResults
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static VideoAnnotationResults parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VideoAnnotationResults
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static VideoAnnotationResults parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
VideoAnnotationResults
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static VideoAnnotationResults parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VideoAnnotationResults
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static VideoAnnotationResults parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
VideoAnnotationResults
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static VideoAnnotationResults parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VideoAnnotationResults
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static VideoAnnotationResults parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
VideoAnnotationResults
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VideoAnnotationResults parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VideoAnnotationResults
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static VideoAnnotationResults parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
VideoAnnotationResults
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static VideoAnnotationResults parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VideoAnnotationResults
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<VideoAnnotationResults> parser()
Returns
TypeDescription
Parser<VideoAnnotationResults>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getCelebrityRecognitionAnnotations()

public CelebrityRecognitionAnnotation getCelebrityRecognitionAnnotations()

Celebrity recognition annotations.

.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation celebrity_recognition_annotations = 21;

Returns
TypeDescription
CelebrityRecognitionAnnotation

The celebrityRecognitionAnnotations.

getCelebrityRecognitionAnnotationsOrBuilder()

public CelebrityRecognitionAnnotationOrBuilder getCelebrityRecognitionAnnotationsOrBuilder()

Celebrity recognition annotations.

.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation celebrity_recognition_annotations = 21;

Returns
TypeDescription
CelebrityRecognitionAnnotationOrBuilder

getDefaultInstanceForType()

public VideoAnnotationResults getDefaultInstanceForType()
Returns
TypeDescription
VideoAnnotationResults

getError()

public Status getError()

If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.

.google.rpc.Status error = 9;

Returns
TypeDescription
com.google.rpc.Status

The error.

getErrorOrBuilder()

public StatusOrBuilder getErrorOrBuilder()

If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.

.google.rpc.Status error = 9;

Returns
TypeDescription
com.google.rpc.StatusOrBuilder

getExplicitAnnotation()

public ExplicitContentAnnotation getExplicitAnnotation()

Explicit content annotation.

.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7;

Returns
TypeDescription
ExplicitContentAnnotation

The explicitAnnotation.

getExplicitAnnotationOrBuilder()

public ExplicitContentAnnotationOrBuilder getExplicitAnnotationOrBuilder()

Explicit content annotation.

.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7;

Returns
TypeDescription
ExplicitContentAnnotationOrBuilder

getFaceDetectionAnnotations(int index)

public FaceDetectionAnnotation getFaceDetectionAnnotations(int index)

Face detection annotations.

repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13;

Parameter
NameDescription
indexint
Returns
TypeDescription
FaceDetectionAnnotation

getFaceDetectionAnnotationsCount()

public int getFaceDetectionAnnotationsCount()

Face detection annotations.

repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13;

Returns
TypeDescription
int

getFaceDetectionAnnotationsList()

public List<FaceDetectionAnnotation> getFaceDetectionAnnotationsList()

Face detection annotations.

repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13;

Returns
TypeDescription
List<FaceDetectionAnnotation>

getFaceDetectionAnnotationsOrBuilder(int index)

public FaceDetectionAnnotationOrBuilder getFaceDetectionAnnotationsOrBuilder(int index)

Face detection annotations.

repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13;

Parameter
NameDescription
indexint
Returns
TypeDescription
FaceDetectionAnnotationOrBuilder

getFaceDetectionAnnotationsOrBuilderList()

public List<? extends FaceDetectionAnnotationOrBuilder> getFaceDetectionAnnotationsOrBuilderList()

Face detection annotations.

repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotationOrBuilder>

getFrameLabelAnnotations(int index)

public LabelAnnotation getFrameLabelAnnotations(int index)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotation

getFrameLabelAnnotationsCount()

public int getFrameLabelAnnotationsCount()

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4;

Returns
TypeDescription
int

getFrameLabelAnnotationsList()

public List<LabelAnnotation> getFrameLabelAnnotationsList()

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4;

Returns
TypeDescription
List<LabelAnnotation>

getFrameLabelAnnotationsOrBuilder(int index)

public LabelAnnotationOrBuilder getFrameLabelAnnotationsOrBuilder(int index)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotationOrBuilder

getFrameLabelAnnotationsOrBuilderList()

public List<? extends LabelAnnotationOrBuilder> getFrameLabelAnnotationsOrBuilderList()

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder>

getInputUri()

public String getInputUri()

Video file location in Cloud Storage.

string input_uri = 1;

Returns
TypeDescription
String

The inputUri.

getInputUriBytes()

public ByteString getInputUriBytes()

Video file location in Cloud Storage.

string input_uri = 1;

Returns
TypeDescription
ByteString

The bytes for inputUri.

getLogoRecognitionAnnotations(int index)

public LogoRecognitionAnnotation getLogoRecognitionAnnotations(int index)

Annotations for list of logos detected, tracked and recognized in video.

repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19;

Parameter
NameDescription
indexint
Returns
TypeDescription
LogoRecognitionAnnotation

getLogoRecognitionAnnotationsCount()

public int getLogoRecognitionAnnotationsCount()

Annotations for list of logos detected, tracked and recognized in video.

repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19;

Returns
TypeDescription
int

getLogoRecognitionAnnotationsList()

public List<LogoRecognitionAnnotation> getLogoRecognitionAnnotationsList()

Annotations for list of logos detected, tracked and recognized in video.

repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19;

Returns
TypeDescription
List<LogoRecognitionAnnotation>

getLogoRecognitionAnnotationsOrBuilder(int index)

public LogoRecognitionAnnotationOrBuilder getLogoRecognitionAnnotationsOrBuilder(int index)

Annotations for list of logos detected, tracked and recognized in video.

repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19;

Parameter
NameDescription
indexint
Returns
TypeDescription
LogoRecognitionAnnotationOrBuilder

getLogoRecognitionAnnotationsOrBuilderList()

public List<? extends LogoRecognitionAnnotationOrBuilder> getLogoRecognitionAnnotationsOrBuilderList()

Annotations for list of logos detected, tracked and recognized in video.

repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotationOrBuilder>

getObjectAnnotations(int index)

public ObjectTrackingAnnotation getObjectAnnotations(int index)

Annotations for list of objects detected and tracked in video.

repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;

Parameter
NameDescription
indexint
Returns
TypeDescription
ObjectTrackingAnnotation

getObjectAnnotationsCount()

public int getObjectAnnotationsCount()

Annotations for list of objects detected and tracked in video.

repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;

Returns
TypeDescription
int

getObjectAnnotationsList()

public List<ObjectTrackingAnnotation> getObjectAnnotationsList()

Annotations for list of objects detected and tracked in video.

repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;

Returns
TypeDescription
List<ObjectTrackingAnnotation>

getObjectAnnotationsOrBuilder(int index)

public ObjectTrackingAnnotationOrBuilder getObjectAnnotationsOrBuilder(int index)

Annotations for list of objects detected and tracked in video.

repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;

Parameter
NameDescription
indexint
Returns
TypeDescription
ObjectTrackingAnnotationOrBuilder

getObjectAnnotationsOrBuilderList()

public List<? extends ObjectTrackingAnnotationOrBuilder> getObjectAnnotationsOrBuilderList()

Annotations for list of objects detected and tracked in video.

repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotationOrBuilder>

getParserForType()

public Parser<VideoAnnotationResults> getParserForType()
Returns
TypeDescription
Parser<VideoAnnotationResults>
Overrides

getPersonDetectionAnnotations(int index)

public PersonDetectionAnnotation getPersonDetectionAnnotations(int index)

Person detection annotations.

repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20;

Parameter
NameDescription
indexint
Returns
TypeDescription
PersonDetectionAnnotation

getPersonDetectionAnnotationsCount()

public int getPersonDetectionAnnotationsCount()

Person detection annotations.

repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20;

Returns
TypeDescription
int

getPersonDetectionAnnotationsList()

public List<PersonDetectionAnnotation> getPersonDetectionAnnotationsList()

Person detection annotations.

repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20;

Returns
TypeDescription
List<PersonDetectionAnnotation>

getPersonDetectionAnnotationsOrBuilder(int index)

public PersonDetectionAnnotationOrBuilder getPersonDetectionAnnotationsOrBuilder(int index)

Person detection annotations.

repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20;

Parameter
NameDescription
indexint
Returns
TypeDescription
PersonDetectionAnnotationOrBuilder

getPersonDetectionAnnotationsOrBuilderList()

public List<? extends PersonDetectionAnnotationOrBuilder> getPersonDetectionAnnotationsOrBuilderList()

Person detection annotations.

repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotationOrBuilder>

getSegment()

public VideoSegment getSegment()

Video segment on which the annotation is run.

.google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 10;

Returns
TypeDescription
VideoSegment

The segment.

getSegmentLabelAnnotations(int index)

public LabelAnnotation getSegmentLabelAnnotations(int index)

Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotation

getSegmentLabelAnnotationsCount()

public int getSegmentLabelAnnotationsCount()

Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2;

Returns
TypeDescription
int

getSegmentLabelAnnotationsList()

public List<LabelAnnotation> getSegmentLabelAnnotationsList()

Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2;

Returns
TypeDescription
List<LabelAnnotation>

getSegmentLabelAnnotationsOrBuilder(int index)

public LabelAnnotationOrBuilder getSegmentLabelAnnotationsOrBuilder(int index)

Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotationOrBuilder

getSegmentLabelAnnotationsOrBuilderList()

public List<? extends LabelAnnotationOrBuilder> getSegmentLabelAnnotationsOrBuilderList()

Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder>

getSegmentOrBuilder()

public VideoSegmentOrBuilder getSegmentOrBuilder()

Video segment on which the annotation is run.

.google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 10;

Returns
TypeDescription
VideoSegmentOrBuilder

getSegmentPresenceLabelAnnotations(int index)

public LabelAnnotation getSegmentPresenceLabelAnnotations(int index)

Presence label annotations on video level or user-specified segment level. There is exactly one element for each unique label. Compared to the existing topical segment_label_annotations, this field presents more fine-grained, segment-level labels detected in video content and is made available only when the client sets LabelDetectionConfig.model to "builtin/latest" in the request.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotation

getSegmentPresenceLabelAnnotationsCount()

public int getSegmentPresenceLabelAnnotationsCount()

Presence label annotations on video level or user-specified segment level. There is exactly one element for each unique label. Compared to the existing topical segment_label_annotations, this field presents more fine-grained, segment-level labels detected in video content and is made available only when the client sets LabelDetectionConfig.model to "builtin/latest" in the request.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23;

Returns
TypeDescription
int

getSegmentPresenceLabelAnnotationsList()

public List<LabelAnnotation> getSegmentPresenceLabelAnnotationsList()

Presence label annotations on video level or user-specified segment level. There is exactly one element for each unique label. Compared to the existing topical segment_label_annotations, this field presents more fine-grained, segment-level labels detected in video content and is made available only when the client sets LabelDetectionConfig.model to "builtin/latest" in the request.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23;

Returns
TypeDescription
List<LabelAnnotation>

getSegmentPresenceLabelAnnotationsOrBuilder(int index)

public LabelAnnotationOrBuilder getSegmentPresenceLabelAnnotationsOrBuilder(int index)

Presence label annotations on video level or user-specified segment level. There is exactly one element for each unique label. Compared to the existing topical segment_label_annotations, this field presents more fine-grained, segment-level labels detected in video content and is made available only when the client sets LabelDetectionConfig.model to "builtin/latest" in the request.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotationOrBuilder

getSegmentPresenceLabelAnnotationsOrBuilderList()

public List<? extends LabelAnnotationOrBuilder> getSegmentPresenceLabelAnnotationsOrBuilderList()

Presence label annotations on video level or user-specified segment level. There is exactly one element for each unique label. Compared to the existing topical segment_label_annotations, this field presents more fine-grained, segment-level labels detected in video content and is made available only when the client sets LabelDetectionConfig.model to "builtin/latest" in the request.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getShotAnnotations(int index)

public VideoSegment getShotAnnotations(int index)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;

Parameter
NameDescription
indexint
Returns
TypeDescription
VideoSegment

getShotAnnotationsCount()

public int getShotAnnotationsCount()

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;

Returns
TypeDescription
int

getShotAnnotationsList()

public List<VideoSegment> getShotAnnotationsList()

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;

Returns
TypeDescription
List<VideoSegment>

getShotAnnotationsOrBuilder(int index)

public VideoSegmentOrBuilder getShotAnnotationsOrBuilder(int index)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;

Parameter
NameDescription
indexint
Returns
TypeDescription
VideoSegmentOrBuilder

getShotAnnotationsOrBuilderList()

public List<? extends VideoSegmentOrBuilder> getShotAnnotationsOrBuilderList()

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1p3beta1.VideoSegmentOrBuilder>

getShotLabelAnnotations(int index)

public LabelAnnotation getShotLabelAnnotations(int index)

Topical label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotation

getShotLabelAnnotationsCount()

public int getShotLabelAnnotationsCount()

Topical label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3;

Returns
TypeDescription
int

getShotLabelAnnotationsList()

public List<LabelAnnotation> getShotLabelAnnotationsList()

Topical label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3;

Returns
TypeDescription
List<LabelAnnotation>

getShotLabelAnnotationsOrBuilder(int index)

public LabelAnnotationOrBuilder getShotLabelAnnotationsOrBuilder(int index)

Topical label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotationOrBuilder

getShotLabelAnnotationsOrBuilderList()

public List<? extends LabelAnnotationOrBuilder> getShotLabelAnnotationsOrBuilderList()

Topical label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder>

getShotPresenceLabelAnnotations(int index)

public LabelAnnotation getShotPresenceLabelAnnotations(int index)

Presence label annotations on shot level. There is exactly one element for each unique label. Compared to the existing topical shot_label_annotations, this field presents more fine-grained, shot-level labels detected in video content and is made available only when the client sets LabelDetectionConfig.model to "builtin/latest" in the request.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotation

getShotPresenceLabelAnnotationsCount()

public int getShotPresenceLabelAnnotationsCount()

Presence label annotations on shot level. There is exactly one element for each unique label. Compared to the existing topical shot_label_annotations, this field presents more fine-grained, shot-level labels detected in video content and is made available only when the client sets LabelDetectionConfig.model to "builtin/latest" in the request.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24;

Returns
TypeDescription
int

getShotPresenceLabelAnnotationsList()

public List<LabelAnnotation> getShotPresenceLabelAnnotationsList()

Presence label annotations on shot level. There is exactly one element for each unique label. Compared to the existing topical shot_label_annotations, this field presents more fine-grained, shot-level labels detected in video content and is made available only when the client sets LabelDetectionConfig.model to "builtin/latest" in the request.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24;

Returns
TypeDescription
List<LabelAnnotation>

getShotPresenceLabelAnnotationsOrBuilder(int index)

public LabelAnnotationOrBuilder getShotPresenceLabelAnnotationsOrBuilder(int index)

Presence label annotations on shot level. There is exactly one element for each unique label. Compared to the existing topical shot_label_annotations, this field presents more fine-grained, shot-level labels detected in video content and is made available only when the client sets LabelDetectionConfig.model to "builtin/latest" in the request.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotationOrBuilder

getShotPresenceLabelAnnotationsOrBuilderList()

public List<? extends LabelAnnotationOrBuilder> getShotPresenceLabelAnnotationsOrBuilderList()

Presence label annotations on shot level. There is exactly one element for each unique label. Compared to the existing topical shot_label_annotations, this field presents more fine-grained, shot-level labels detected in video content and is made available only when the client sets LabelDetectionConfig.model to "builtin/latest" in the request.

repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder>

getSpeechTranscriptions(int index)

public SpeechTranscription getSpeechTranscriptions(int index)

Speech transcription.

repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11;

Parameter
NameDescription
indexint
Returns
TypeDescription
SpeechTranscription

getSpeechTranscriptionsCount()

public int getSpeechTranscriptionsCount()

Speech transcription.

repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11;

Returns
TypeDescription
int

getSpeechTranscriptionsList()

public List<SpeechTranscription> getSpeechTranscriptionsList()

Speech transcription.

repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11;

Returns
TypeDescription
List<SpeechTranscription>

getSpeechTranscriptionsOrBuilder(int index)

public SpeechTranscriptionOrBuilder getSpeechTranscriptionsOrBuilder(int index)

Speech transcription.

repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11;

Parameter
NameDescription
indexint
Returns
TypeDescription
SpeechTranscriptionOrBuilder

getSpeechTranscriptionsOrBuilderList()

public List<? extends SpeechTranscriptionOrBuilder> getSpeechTranscriptionsOrBuilderList()

Speech transcription.

repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1p3beta1.SpeechTranscriptionOrBuilder>

getTextAnnotations(int index)

public TextAnnotation getTextAnnotations(int index)

OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.

repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12;

Parameter
NameDescription
indexint
Returns
TypeDescription
TextAnnotation

getTextAnnotationsCount()

public int getTextAnnotationsCount()

OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.

repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12;

Returns
TypeDescription
int

getTextAnnotationsList()

public List<TextAnnotation> getTextAnnotationsList()

OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.

repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12;

Returns
TypeDescription
List<TextAnnotation>

getTextAnnotationsOrBuilder(int index)

public TextAnnotationOrBuilder getTextAnnotationsOrBuilder(int index)

OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.

repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12;

Parameter
NameDescription
indexint
Returns
TypeDescription
TextAnnotationOrBuilder

getTextAnnotationsOrBuilderList()

public List<? extends TextAnnotationOrBuilder> getTextAnnotationsOrBuilderList()

OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.

repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1p3beta1.TextAnnotationOrBuilder>

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasCelebrityRecognitionAnnotations()

public boolean hasCelebrityRecognitionAnnotations()

Celebrity recognition annotations.

.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation celebrity_recognition_annotations = 21;

Returns
TypeDescription
boolean

Whether the celebrityRecognitionAnnotations field is set.

hasError()

public boolean hasError()

If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.

.google.rpc.Status error = 9;

Returns
TypeDescription
boolean

Whether the error field is set.

hasExplicitAnnotation()

public boolean hasExplicitAnnotation()

Explicit content annotation.

.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7;

Returns
TypeDescription
boolean

Whether the explicitAnnotation field is set.

hasSegment()

public boolean hasSegment()

Video segment on which the annotation is run.

.google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 10;

Returns
TypeDescription
boolean

Whether the segment field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public VideoAnnotationResults.Builder newBuilderForType()
Returns
TypeDescription
VideoAnnotationResults.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected VideoAnnotationResults.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
VideoAnnotationResults.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public VideoAnnotationResults.Builder toBuilder()
Returns
TypeDescription
VideoAnnotationResults.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException