public static final class VideoActionRecognitionPredictionResult.Builder extends GeneratedMessageV3.Builder<VideoActionRecognitionPredictionResult.Builder> implements VideoActionRecognitionPredictionResultOrBuilder
Prediction output format for Video Action Recognition.
Protobuf type google.cloud.visionai.v1.VideoActionRecognitionPredictionResult
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addActions(VideoActionRecognitionPredictionResult.IdentifiedAction value)
public VideoActionRecognitionPredictionResult.Builder addActions(VideoActionRecognitionPredictionResult.IdentifiedAction value)
All of the actions identified in the time range.
repeated .google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction actions = 3;
addActions(VideoActionRecognitionPredictionResult.IdentifiedAction.Builder builderForValue)
public VideoActionRecognitionPredictionResult.Builder addActions(VideoActionRecognitionPredictionResult.IdentifiedAction.Builder builderForValue)
All of the actions identified in the time range.
repeated .google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction actions = 3;
addActions(int index, VideoActionRecognitionPredictionResult.IdentifiedAction value)
public VideoActionRecognitionPredictionResult.Builder addActions(int index, VideoActionRecognitionPredictionResult.IdentifiedAction value)
All of the actions identified in the time range.
repeated .google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction actions = 3;
addActions(int index, VideoActionRecognitionPredictionResult.IdentifiedAction.Builder builderForValue)
public VideoActionRecognitionPredictionResult.Builder addActions(int index, VideoActionRecognitionPredictionResult.IdentifiedAction.Builder builderForValue)
All of the actions identified in the time range.
repeated .google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction actions = 3;
addActionsBuilder()
public VideoActionRecognitionPredictionResult.IdentifiedAction.Builder addActionsBuilder()
All of the actions identified in the time range.
repeated .google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction actions = 3;
addActionsBuilder(int index)
public VideoActionRecognitionPredictionResult.IdentifiedAction.Builder addActionsBuilder(int index)
All of the actions identified in the time range.
repeated .google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction actions = 3;
Parameter |
Name |
Description |
index |
int
|
addAllActions(Iterable<? extends VideoActionRecognitionPredictionResult.IdentifiedAction> values)
public VideoActionRecognitionPredictionResult.Builder addAllActions(Iterable<? extends VideoActionRecognitionPredictionResult.IdentifiedAction> values)
All of the actions identified in the time range.
repeated .google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction actions = 3;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public VideoActionRecognitionPredictionResult.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public VideoActionRecognitionPredictionResult build()
buildPartial()
public VideoActionRecognitionPredictionResult buildPartial()
clear()
public VideoActionRecognitionPredictionResult.Builder clear()
Overrides
clearActions()
public VideoActionRecognitionPredictionResult.Builder clearActions()
All of the actions identified in the time range.
repeated .google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction actions = 3;
clearField(Descriptors.FieldDescriptor field)
public VideoActionRecognitionPredictionResult.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public VideoActionRecognitionPredictionResult.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearSegmentEndTime()
public VideoActionRecognitionPredictionResult.Builder clearSegmentEndTime()
The end, inclusive, of the video's time segment in which the actions have
been identified. Particularly, if the end is the same as the start, it
means the identification happens on a specific video frame.
.google.protobuf.Timestamp segment_end_time = 2;
clearSegmentStartTime()
public VideoActionRecognitionPredictionResult.Builder clearSegmentStartTime()
The beginning, inclusive, of the video's time segment in which the
actions have been identified.
.google.protobuf.Timestamp segment_start_time = 1;
clone()
public VideoActionRecognitionPredictionResult.Builder clone()
Overrides
getActions(int index)
public VideoActionRecognitionPredictionResult.IdentifiedAction getActions(int index)
All of the actions identified in the time range.
repeated .google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction actions = 3;
Parameter |
Name |
Description |
index |
int
|
getActionsBuilder(int index)
public VideoActionRecognitionPredictionResult.IdentifiedAction.Builder getActionsBuilder(int index)
All of the actions identified in the time range.
repeated .google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction actions = 3;
Parameter |
Name |
Description |
index |
int
|
getActionsBuilderList()
public List<VideoActionRecognitionPredictionResult.IdentifiedAction.Builder> getActionsBuilderList()
All of the actions identified in the time range.
repeated .google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction actions = 3;
getActionsCount()
public int getActionsCount()
All of the actions identified in the time range.
repeated .google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction actions = 3;
Returns |
Type |
Description |
int |
|
getActionsList()
public List<VideoActionRecognitionPredictionResult.IdentifiedAction> getActionsList()
All of the actions identified in the time range.
repeated .google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction actions = 3;
getActionsOrBuilder(int index)
public VideoActionRecognitionPredictionResult.IdentifiedActionOrBuilder getActionsOrBuilder(int index)
All of the actions identified in the time range.
repeated .google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction actions = 3;
Parameter |
Name |
Description |
index |
int
|
getActionsOrBuilderList()
public List<? extends VideoActionRecognitionPredictionResult.IdentifiedActionOrBuilder> getActionsOrBuilderList()
All of the actions identified in the time range.
repeated .google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction actions = 3;
Returns |
Type |
Description |
List<? extends com.google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedActionOrBuilder> |
|
getDefaultInstanceForType()
public VideoActionRecognitionPredictionResult getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getSegmentEndTime()
public Timestamp getSegmentEndTime()
The end, inclusive, of the video's time segment in which the actions have
been identified. Particularly, if the end is the same as the start, it
means the identification happens on a specific video frame.
.google.protobuf.Timestamp segment_end_time = 2;
Returns |
Type |
Description |
Timestamp |
The segmentEndTime.
|
getSegmentEndTimeBuilder()
public Timestamp.Builder getSegmentEndTimeBuilder()
The end, inclusive, of the video's time segment in which the actions have
been identified. Particularly, if the end is the same as the start, it
means the identification happens on a specific video frame.
.google.protobuf.Timestamp segment_end_time = 2;
getSegmentEndTimeOrBuilder()
public TimestampOrBuilder getSegmentEndTimeOrBuilder()
The end, inclusive, of the video's time segment in which the actions have
been identified. Particularly, if the end is the same as the start, it
means the identification happens on a specific video frame.
.google.protobuf.Timestamp segment_end_time = 2;
getSegmentStartTime()
public Timestamp getSegmentStartTime()
The beginning, inclusive, of the video's time segment in which the
actions have been identified.
.google.protobuf.Timestamp segment_start_time = 1;
Returns |
Type |
Description |
Timestamp |
The segmentStartTime.
|
getSegmentStartTimeBuilder()
public Timestamp.Builder getSegmentStartTimeBuilder()
The beginning, inclusive, of the video's time segment in which the
actions have been identified.
.google.protobuf.Timestamp segment_start_time = 1;
getSegmentStartTimeOrBuilder()
public TimestampOrBuilder getSegmentStartTimeOrBuilder()
The beginning, inclusive, of the video's time segment in which the
actions have been identified.
.google.protobuf.Timestamp segment_start_time = 1;
hasSegmentEndTime()
public boolean hasSegmentEndTime()
The end, inclusive, of the video's time segment in which the actions have
been identified. Particularly, if the end is the same as the start, it
means the identification happens on a specific video frame.
.google.protobuf.Timestamp segment_end_time = 2;
Returns |
Type |
Description |
boolean |
Whether the segmentEndTime field is set.
|
hasSegmentStartTime()
public boolean hasSegmentStartTime()
The beginning, inclusive, of the video's time segment in which the
actions have been identified.
.google.protobuf.Timestamp segment_start_time = 1;
Returns |
Type |
Description |
boolean |
Whether the segmentStartTime field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(VideoActionRecognitionPredictionResult other)
public VideoActionRecognitionPredictionResult.Builder mergeFrom(VideoActionRecognitionPredictionResult other)
public VideoActionRecognitionPredictionResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public VideoActionRecognitionPredictionResult.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeSegmentEndTime(Timestamp value)
public VideoActionRecognitionPredictionResult.Builder mergeSegmentEndTime(Timestamp value)
The end, inclusive, of the video's time segment in which the actions have
been identified. Particularly, if the end is the same as the start, it
means the identification happens on a specific video frame.
.google.protobuf.Timestamp segment_end_time = 2;
mergeSegmentStartTime(Timestamp value)
public VideoActionRecognitionPredictionResult.Builder mergeSegmentStartTime(Timestamp value)
The beginning, inclusive, of the video's time segment in which the
actions have been identified.
.google.protobuf.Timestamp segment_start_time = 1;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final VideoActionRecognitionPredictionResult.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeActions(int index)
public VideoActionRecognitionPredictionResult.Builder removeActions(int index)
All of the actions identified in the time range.
repeated .google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction actions = 3;
Parameter |
Name |
Description |
index |
int
|
setActions(int index, VideoActionRecognitionPredictionResult.IdentifiedAction value)
public VideoActionRecognitionPredictionResult.Builder setActions(int index, VideoActionRecognitionPredictionResult.IdentifiedAction value)
All of the actions identified in the time range.
repeated .google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction actions = 3;
setActions(int index, VideoActionRecognitionPredictionResult.IdentifiedAction.Builder builderForValue)
public VideoActionRecognitionPredictionResult.Builder setActions(int index, VideoActionRecognitionPredictionResult.IdentifiedAction.Builder builderForValue)
All of the actions identified in the time range.
repeated .google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction actions = 3;
setField(Descriptors.FieldDescriptor field, Object value)
public VideoActionRecognitionPredictionResult.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public VideoActionRecognitionPredictionResult.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setSegmentEndTime(Timestamp value)
public VideoActionRecognitionPredictionResult.Builder setSegmentEndTime(Timestamp value)
The end, inclusive, of the video's time segment in which the actions have
been identified. Particularly, if the end is the same as the start, it
means the identification happens on a specific video frame.
.google.protobuf.Timestamp segment_end_time = 2;
setSegmentEndTime(Timestamp.Builder builderForValue)
public VideoActionRecognitionPredictionResult.Builder setSegmentEndTime(Timestamp.Builder builderForValue)
The end, inclusive, of the video's time segment in which the actions have
been identified. Particularly, if the end is the same as the start, it
means the identification happens on a specific video frame.
.google.protobuf.Timestamp segment_end_time = 2;
Parameter |
Name |
Description |
builderForValue |
Builder
|
setSegmentStartTime(Timestamp value)
public VideoActionRecognitionPredictionResult.Builder setSegmentStartTime(Timestamp value)
The beginning, inclusive, of the video's time segment in which the
actions have been identified.
.google.protobuf.Timestamp segment_start_time = 1;
setSegmentStartTime(Timestamp.Builder builderForValue)
public VideoActionRecognitionPredictionResult.Builder setSegmentStartTime(Timestamp.Builder builderForValue)
The beginning, inclusive, of the video's time segment in which the
actions have been identified.
.google.protobuf.Timestamp segment_start_time = 1;
Parameter |
Name |
Description |
builderForValue |
Builder
|
setUnknownFields(UnknownFieldSet unknownFields)
public final VideoActionRecognitionPredictionResult.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides