Interface TimestampedObjectOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TimestampedObject
,TimestampedObject.Builder
public interface TimestampedObjectOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetectedAttribute
getAttributes(int index)
Optional.int
getAttributesCount()
Optional.List<DetectedAttribute>
getAttributesList()
Optional.DetectedAttributeOrBuilder
getAttributesOrBuilder(int index)
Optional.List<? extends DetectedAttributeOrBuilder>
getAttributesOrBuilderList()
Optional.DetectedLandmark
getLandmarks(int index)
Optional.int
getLandmarksCount()
Optional.List<DetectedLandmark>
getLandmarksList()
Optional.DetectedLandmarkOrBuilder
getLandmarksOrBuilder(int index)
Optional.List<? extends DetectedLandmarkOrBuilder>
getLandmarksOrBuilderList()
Optional.NormalizedBoundingBox
getNormalizedBoundingBox()
Normalized Bounding box in a frame, where the object is located.NormalizedBoundingBoxOrBuilder
getNormalizedBoundingBoxOrBuilder()
Normalized Bounding box in a frame, where the object is located.com.google.protobuf.Duration
getTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.com.google.protobuf.DurationOrBuilder
getTimeOffsetOrBuilder()
Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.boolean
hasNormalizedBoundingBox()
Normalized Bounding box in a frame, where the object is located.boolean
hasTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNormalizedBoundingBox
boolean hasNormalizedBoundingBox()
Normalized Bounding box in a frame, where the object is located.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;
- Returns:
- Whether the normalizedBoundingBox field is set.
-
getNormalizedBoundingBox
NormalizedBoundingBox getNormalizedBoundingBox()
Normalized Bounding box in a frame, where the object is located.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;
- Returns:
- The normalizedBoundingBox.
-
getNormalizedBoundingBoxOrBuilder
NormalizedBoundingBoxOrBuilder getNormalizedBoundingBoxOrBuilder()
Normalized Bounding box in a frame, where the object is located.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingBox normalized_bounding_box = 1;
-
hasTimeOffset
boolean hasTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.
.google.protobuf.Duration time_offset = 2;
- Returns:
- Whether the timeOffset field is set.
-
getTimeOffset
com.google.protobuf.Duration getTimeOffset()
Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.
.google.protobuf.Duration time_offset = 2;
- Returns:
- The timeOffset.
-
getTimeOffsetOrBuilder
com.google.protobuf.DurationOrBuilder getTimeOffsetOrBuilder()
Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.
.google.protobuf.Duration time_offset = 2;
-
getAttributesList
List<DetectedAttribute> getAttributesList()
Optional. The attributes of the object in the bounding box.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
-
getAttributes
DetectedAttribute getAttributes(int index)
Optional. The attributes of the object in the bounding box.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
-
getAttributesCount
int getAttributesCount()
Optional. The attributes of the object in the bounding box.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
-
getAttributesOrBuilderList
List<? extends DetectedAttributeOrBuilder> getAttributesOrBuilderList()
Optional. The attributes of the object in the bounding box.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
-
getAttributesOrBuilder
DetectedAttributeOrBuilder getAttributesOrBuilder(int index)
Optional. The attributes of the object in the bounding box.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedAttribute attributes = 3 [(.google.api.field_behavior) = OPTIONAL];
-
getLandmarksList
List<DetectedLandmark> getLandmarksList()
Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
-
getLandmarks
DetectedLandmark getLandmarks(int index)
Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
-
getLandmarksCount
int getLandmarksCount()
Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
-
getLandmarksOrBuilderList
List<? extends DetectedLandmarkOrBuilder> getLandmarksOrBuilderList()
Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
-
getLandmarksOrBuilder
DetectedLandmarkOrBuilder getLandmarksOrBuilder(int index)
Optional. The detected landmarks.
repeated .google.cloud.videointelligence.v1p3beta1.DetectedLandmark landmarks = 4 [(.google.api.field_behavior) = OPTIONAL];
-
-