Class VideoActionRecognitionPredictionResult (0.10.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 0.10.0keyboard_arrow_down  
  
 
    
    
    
      
  
  
  
    
public   final   class  VideoActionRecognitionPredictionResult   extends   GeneratedMessageV3   implements   VideoActionRecognitionPredictionResultOrBuilder  
   Prediction output format for Video Action Recognition.
 Protobuf type google.cloud.visionai.v1.VideoActionRecognitionPredictionResult
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  ACTIONS_FIELD_NUMBER 
  
    
public   static   final   int   ACTIONS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  SEGMENT_END_TIME_FIELD_NUMBER 
  
    
public   static   final   int   SEGMENT_END_TIME_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  SEGMENT_START_TIME_FIELD_NUMBER 
  
    
public   static   final   int   SEGMENT_START_TIME_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   VideoActionRecognitionPredictionResult   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   VideoActionRecognitionPredictionResult . Builder   newBuilder ()  
  
  newBuilder(VideoActionRecognitionPredictionResult prototype) 
  
    
public   static   VideoActionRecognitionPredictionResult . Builder   newBuilder ( VideoActionRecognitionPredictionResult   prototype )  
  
  
  
    
public   static   VideoActionRecognitionPredictionResult   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   VideoActionRecognitionPredictionResult   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   VideoActionRecognitionPredictionResult   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   VideoActionRecognitionPredictionResult   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   VideoActionRecognitionPredictionResult   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   VideoActionRecognitionPredictionResult   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   VideoActionRecognitionPredictionResult   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   VideoActionRecognitionPredictionResult   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   VideoActionRecognitionPredictionResult   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   VideoActionRecognitionPredictionResult   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   VideoActionRecognitionPredictionResult   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   VideoActionRecognitionPredictionResult   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<VideoActionRecognitionPredictionResult>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  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  
      
        indexint  
     
  
  
  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  
      
        indexint  
     
  
  
  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 ()  
  
  getParserForType() 
  
    
public   Parser<VideoActionRecognitionPredictionResult>   getParserForType ()  
  
  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.
 
     
  
  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.
 
     
  
  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;
getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  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.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   VideoActionRecognitionPredictionResult . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   VideoActionRecognitionPredictionResult . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   VideoActionRecognitionPredictionResult . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]