Interface FaceSegmentOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    FaceSegment, FaceSegment.Builder

    public interface FaceSegmentOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      VideoSegment getSegment()
      Video segment where a face was detected.
      VideoSegmentOrBuilder getSegmentOrBuilder()
      Video segment where a face was detected.
      boolean hasSegment()
      Video segment where a face was detected.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasSegment

        boolean hasSegment()
         Video segment where a face was detected.
         
        .google.cloud.videointelligence.v1.VideoSegment segment = 1;
        Returns:
        Whether the segment field is set.
      • getSegment

        VideoSegment getSegment()
         Video segment where a face was detected.
         
        .google.cloud.videointelligence.v1.VideoSegment segment = 1;
        Returns:
        The segment.
      • getSegmentOrBuilder

        VideoSegmentOrBuilder getSegmentOrBuilder()
         Video segment where a face was detected.
         
        .google.cloud.videointelligence.v1.VideoSegment segment = 1;