public final class VideoAnnotationResults extends GeneratedMessageV3 implements VideoAnnotationResultsOrBuilder
   
   Annotation results for a single video.
 Protobuf type google.cloud.videointelligence.v1beta2.VideoAnnotationResults
 
  
  
  
  Static Fields
  
  ERROR_FIELD_NUMBER
  
    public static final int ERROR_FIELD_NUMBER
   
  Field Value
  
  EXPLICIT_ANNOTATION_FIELD_NUMBER
  
    public static final int EXPLICIT_ANNOTATION_FIELD_NUMBER
   
  Field Value
  
  FACE_ANNOTATIONS_FIELD_NUMBER
  
    public static final int FACE_ANNOTATIONS_FIELD_NUMBER
   
  Field Value
  
  FRAME_LABEL_ANNOTATIONS_FIELD_NUMBER
  
    public static final int FRAME_LABEL_ANNOTATIONS_FIELD_NUMBER
   
  Field Value
  
  
  
    public static final int INPUT_URI_FIELD_NUMBER
   
  Field Value
  
  SEGMENT_LABEL_ANNOTATIONS_FIELD_NUMBER
  
    public static final int SEGMENT_LABEL_ANNOTATIONS_FIELD_NUMBER
   
  Field Value
  
  SHOT_ANNOTATIONS_FIELD_NUMBER
  
    public static final int SHOT_ANNOTATIONS_FIELD_NUMBER
   
  Field Value
  
  SHOT_LABEL_ANNOTATIONS_FIELD_NUMBER
  
    public static final int SHOT_LABEL_ANNOTATIONS_FIELD_NUMBER
   
  Field Value
  
  Static Methods
  
  
  getDefaultInstance()
  
    public static VideoAnnotationResults getDefaultInstance()
   
  Returns
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  Returns
  
  
  newBuilder()
  
    public static VideoAnnotationResults.Builder newBuilder()
   
  Returns
  
  
  newBuilder(VideoAnnotationResults prototype)
  
    public static VideoAnnotationResults.Builder newBuilder(VideoAnnotationResults prototype)
   
  Parameter
  
  Returns
  
  
  
  
    public static VideoAnnotationResults parseDelimitedFrom(InputStream input)
   
  Parameter
  
  Returns
  
  Exceptions
  
  
  
  
    public static VideoAnnotationResults parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Exceptions
  
  
  parseFrom(byte[] data)
  
    public static VideoAnnotationResults parseFrom(byte[] data)
   
  Parameter
  
    
      
        | Name | 
        Description | 
      
      
        | data | 
        byte[]
  | 
      
    
  
  Returns
  
  Exceptions
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
  
    public static VideoAnnotationResults parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Exceptions
  
  
  parseFrom(ByteString data)
  
    public static VideoAnnotationResults parseFrom(ByteString data)
   
  Parameter
  
  Returns
  
  Exceptions
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
  
    public static VideoAnnotationResults parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Exceptions
  
  
  
  
    public static VideoAnnotationResults parseFrom(CodedInputStream input)
   
  Parameter
  
  Returns
  
  Exceptions
  
  
  
  
    public static VideoAnnotationResults parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Exceptions
  
  
  
  
    public static VideoAnnotationResults parseFrom(InputStream input)
   
  Parameter
  
  Returns
  
  Exceptions
  
  
  
  
    public static VideoAnnotationResults parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Exceptions
  
  
  parseFrom(ByteBuffer data)
  
    public static VideoAnnotationResults parseFrom(ByteBuffer data)
   
  Parameter
  
  Returns
  
  Exceptions
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
  
    public static VideoAnnotationResults parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Exceptions
  
  
  parser()
  
    public static Parser<VideoAnnotationResults> parser()
   
  Returns
  
  Methods
  
  
  equals(Object obj)
  
    public boolean equals(Object obj)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public VideoAnnotationResults getDefaultInstanceForType()
   
  Returns
  
  
  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
  
    
      
        | Type | 
        Description | 
      
      
        | 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
  
    
      
        | Type | 
        Description | 
      
      
        | com.google.rpc.StatusOrBuilder | 
         | 
      
    
  
  
  getExplicitAnnotation()
  
    public ExplicitContentAnnotation getExplicitAnnotation()
   
   Explicit content annotation.
 
 .google.cloud.videointelligence.v1beta2.ExplicitContentAnnotation explicit_annotation = 7;
 
 
  Returns
  
  
  getExplicitAnnotationOrBuilder()
  
    public ExplicitContentAnnotationOrBuilder getExplicitAnnotationOrBuilder()
   
   Explicit content annotation.
 
 .google.cloud.videointelligence.v1beta2.ExplicitContentAnnotation explicit_annotation = 7;
 
 
  Returns
  
  
  getFaceAnnotations(int index)
  
    public FaceAnnotation getFaceAnnotations(int index)
   
   Face annotations. There is exactly one element for each unique face.
 repeated .google.cloud.videointelligence.v1beta2.FaceAnnotation face_annotations = 5;
 
 
  Parameter
  
    
      
        | Name | 
        Description | 
      
      
        | index | 
        int
  | 
      
    
  
  Returns
  
  
  getFaceAnnotationsCount()
  
    public int getFaceAnnotationsCount()
   
   Face annotations. There is exactly one element for each unique face.
 repeated .google.cloud.videointelligence.v1beta2.FaceAnnotation face_annotations = 5;
 
 
  Returns
  
  
  getFaceAnnotationsList()
  
    public List<FaceAnnotation> getFaceAnnotationsList()
   
   Face annotations. There is exactly one element for each unique face.
 repeated .google.cloud.videointelligence.v1beta2.FaceAnnotation face_annotations = 5;
 
 
  Returns
  
  
  getFaceAnnotationsOrBuilder(int index)
  
    public FaceAnnotationOrBuilder getFaceAnnotationsOrBuilder(int index)
   
   Face annotations. There is exactly one element for each unique face.
 repeated .google.cloud.videointelligence.v1beta2.FaceAnnotation face_annotations = 5;
 
 
  Parameter
  
    
      
        | Name | 
        Description | 
      
      
        | index | 
        int
  | 
      
    
  
  Returns
  
  
  getFaceAnnotationsOrBuilderList()
  
    public List<? extends FaceAnnotationOrBuilder> getFaceAnnotationsOrBuilderList()
   
   Face annotations. There is exactly one element for each unique face.
 repeated .google.cloud.videointelligence.v1beta2.FaceAnnotation face_annotations = 5;
 
 
  Returns
  
    
      
        | Type | 
        Description | 
      
      
        | List<? extends com.google.cloud.videointelligence.v1beta2.FaceAnnotationOrBuilder> | 
         | 
      
    
  
  
  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.v1beta2.LabelAnnotation frame_label_annotations = 4;
 
 
  Parameter
  
    
      
        | Name | 
        Description | 
      
      
        | index | 
        int
  | 
      
    
  
  Returns
  
  
  getFrameLabelAnnotationsCount()
  
    public int getFrameLabelAnnotationsCount()
   
   Label annotations on frame level.
 There is exactly one element for each unique label.
 
 repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation frame_label_annotations = 4;
 
 
  Returns
  
  
  getFrameLabelAnnotationsList()
  
    public List<LabelAnnotation> getFrameLabelAnnotationsList()
   
   Label annotations on frame level.
 There is exactly one element for each unique label.
 
 repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation frame_label_annotations = 4;
 
 
  Returns
  
  
  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.v1beta2.LabelAnnotation frame_label_annotations = 4;
 
 
  Parameter
  
    
      
        | Name | 
        Description | 
      
      
        | index | 
        int
  | 
      
    
  
  Returns
  
  
  getFrameLabelAnnotationsOrBuilderList()
  
    public List<? extends LabelAnnotationOrBuilder> getFrameLabelAnnotationsOrBuilderList()
   
   Label annotations on frame level.
 There is exactly one element for each unique label.
 
 repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation frame_label_annotations = 4;
 
 
  Returns
  
    
      
        | Type | 
        Description | 
      
      
        | List<? extends com.google.cloud.videointelligence.v1beta2.LabelAnnotationOrBuilder> | 
         | 
      
    
  
  
  
  
    public String getInputUri()
   
  
  Returns
  
    
      
        | Type | 
        Description | 
      
      
        | String | 
        The inputUri. 
 | 
      
    
  
  
  
  
    public ByteString getInputUriBytes()
   
  
  Returns
  
    
      
        | Type | 
        Description | 
      
      
        | ByteString | 
        The bytes for inputUri. 
 | 
      
    
  
  
  getParserForType()
  
    public Parser<VideoAnnotationResults> getParserForType()
   
  Returns
  
  Overrides
  
  
  getSegmentLabelAnnotations(int index)
  
    public LabelAnnotation getSegmentLabelAnnotations(int index)
   
   Label annotations on video level or user specified segment level.
 There is exactly one element for each unique label.
 
 repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation segment_label_annotations = 2;
 
 
  Parameter
  
    
      
        | Name | 
        Description | 
      
      
        | index | 
        int
  | 
      
    
  
  Returns
  
  
  getSegmentLabelAnnotationsCount()
  
    public int getSegmentLabelAnnotationsCount()
   
   Label annotations on video level or user specified segment level.
 There is exactly one element for each unique label.
 
 repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation segment_label_annotations = 2;
 
 
  Returns
  
  
  getSegmentLabelAnnotationsList()
  
    public List<LabelAnnotation> getSegmentLabelAnnotationsList()
   
   Label annotations on video level or user specified segment level.
 There is exactly one element for each unique label.
 
 repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation segment_label_annotations = 2;
 
 
  Returns
  
  
  getSegmentLabelAnnotationsOrBuilder(int index)
  
    public LabelAnnotationOrBuilder getSegmentLabelAnnotationsOrBuilder(int index)
   
   Label annotations on video level or user specified segment level.
 There is exactly one element for each unique label.
 
 repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation segment_label_annotations = 2;
 
 
  Parameter
  
    
      
        | Name | 
        Description | 
      
      
        | index | 
        int
  | 
      
    
  
  Returns
  
  
  getSegmentLabelAnnotationsOrBuilderList()
  
    public List<? extends LabelAnnotationOrBuilder> getSegmentLabelAnnotationsOrBuilderList()
   
   Label annotations on video level or user specified segment level.
 There is exactly one element for each unique label.
 
 repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation segment_label_annotations = 2;
 
 
  Returns
  
    
      
        | Type | 
        Description | 
      
      
        | List<? extends com.google.cloud.videointelligence.v1beta2.LabelAnnotationOrBuilder> | 
         | 
      
    
  
  
  getSerializedSize()
  
    public int getSerializedSize()
   
  Returns
  
  Overrides
  
  
  getShotAnnotations(int index)
  
    public VideoSegment getShotAnnotations(int index)
   
   Shot annotations. Each shot is represented as a video segment.
 repeated .google.cloud.videointelligence.v1beta2.VideoSegment shot_annotations = 6;
 
 
  Parameter
  
    
      
        | Name | 
        Description | 
      
      
        | index | 
        int
  | 
      
    
  
  Returns
  
  
  getShotAnnotationsCount()
  
    public int getShotAnnotationsCount()
   
   Shot annotations. Each shot is represented as a video segment.
 repeated .google.cloud.videointelligence.v1beta2.VideoSegment shot_annotations = 6;
 
 
  Returns
  
  
  getShotAnnotationsList()
  
    public List<VideoSegment> getShotAnnotationsList()
   
   Shot annotations. Each shot is represented as a video segment.
 repeated .google.cloud.videointelligence.v1beta2.VideoSegment shot_annotations = 6;
 
 
  Returns
  
  
  getShotAnnotationsOrBuilder(int index)
  
    public VideoSegmentOrBuilder getShotAnnotationsOrBuilder(int index)
   
   Shot annotations. Each shot is represented as a video segment.
 repeated .google.cloud.videointelligence.v1beta2.VideoSegment shot_annotations = 6;
 
 
  Parameter
  
    
      
        | Name | 
        Description | 
      
      
        | index | 
        int
  | 
      
    
  
  Returns
  
  
  getShotAnnotationsOrBuilderList()
  
    public List<? extends VideoSegmentOrBuilder> getShotAnnotationsOrBuilderList()
   
   Shot annotations. Each shot is represented as a video segment.
 repeated .google.cloud.videointelligence.v1beta2.VideoSegment shot_annotations = 6;
 
 
  Returns
  
    
      
        | Type | 
        Description | 
      
      
        | List<? extends com.google.cloud.videointelligence.v1beta2.VideoSegmentOrBuilder> | 
         | 
      
    
  
  
  getShotLabelAnnotations(int index)
  
    public LabelAnnotation getShotLabelAnnotations(int index)
   
   Label annotations on shot level.
 There is exactly one element for each unique label.
 
 repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation shot_label_annotations = 3;
 
 
  Parameter
  
    
      
        | Name | 
        Description | 
      
      
        | index | 
        int
  | 
      
    
  
  Returns
  
  
  getShotLabelAnnotationsCount()
  
    public int getShotLabelAnnotationsCount()
   
   Label annotations on shot level.
 There is exactly one element for each unique label.
 
 repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation shot_label_annotations = 3;
 
 
  Returns
  
  
  getShotLabelAnnotationsList()
  
    public List<LabelAnnotation> getShotLabelAnnotationsList()
   
   Label annotations on shot level.
 There is exactly one element for each unique label.
 
 repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation shot_label_annotations = 3;
 
 
  Returns
  
  
  getShotLabelAnnotationsOrBuilder(int index)
  
    public LabelAnnotationOrBuilder getShotLabelAnnotationsOrBuilder(int index)
   
   Label annotations on shot level.
 There is exactly one element for each unique label.
 
 repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation shot_label_annotations = 3;
 
 
  Parameter
  
    
      
        | Name | 
        Description | 
      
      
        | index | 
        int
  | 
      
    
  
  Returns
  
  
  getShotLabelAnnotationsOrBuilderList()
  
    public List<? extends LabelAnnotationOrBuilder> getShotLabelAnnotationsOrBuilderList()
   
   Label annotations on shot level.
 There is exactly one element for each unique label.
 
 repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation shot_label_annotations = 3;
 
 
  Returns
  
    
      
        | Type | 
        Description | 
      
      
        | List<? extends com.google.cloud.videointelligence.v1beta2.LabelAnnotationOrBuilder> | 
         | 
      
    
  
  
  getUnknownFields()
  
    public final UnknownFieldSet getUnknownFields()
   
  Returns
  
  Overrides
  
  
  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
  
    
      
        | Type | 
        Description | 
      
      
        | boolean | 
        Whether the error field is set. 
 | 
      
    
  
  
  hasExplicitAnnotation()
  
    public boolean hasExplicitAnnotation()
   
   Explicit content annotation.
 
 .google.cloud.videointelligence.v1beta2.ExplicitContentAnnotation explicit_annotation = 7;
 
 
  Returns
  
    
      
        | Type | 
        Description | 
      
      
        | boolean | 
        Whether the explicitAnnotation field is set. 
 | 
      
    
  
  
  hashCode()
  
  Returns
  
  Overrides
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  Returns
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  Returns
  
  Overrides
  
  
  newBuilderForType()
  
    public VideoAnnotationResults.Builder newBuilderForType()
   
  Returns
  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent)
  
    protected VideoAnnotationResults.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
  
    protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  toBuilder()
  
    public VideoAnnotationResults.Builder toBuilder()
   
  Returns
  
  
  writeTo(CodedOutputStream output)
  
    public void writeTo(CodedOutputStream output)
   
  Parameter
  
  Overrides
  
  Exceptions