All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.videointelligence.v1p3beta1.TextSegmentOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.144.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/videointelligence/v1p3beta1/video_intelligence.proto

package com.google.cloud.videointelligence.v1p3beta1;

public interface TextSegmentOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.videointelligence.v1p3beta1.TextSegment)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Video segment where a text snippet was detected.
   * 
* * .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 1; */ boolean hasSegment(); /** * * *
   * Video segment where a text snippet was detected.
   * 
* * .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 1; */ com.google.cloud.videointelligence.v1p3beta1.VideoSegment getSegment(); /** * * *
   * Video segment where a text snippet was detected.
   * 
* * .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 1; */ com.google.cloud.videointelligence.v1p3beta1.VideoSegmentOrBuilder getSegmentOrBuilder(); /** * * *
   * Confidence for the track of detected text. It is calculated as the highest
   * over all frames where OCR detected text appears.
   * 
* * float confidence = 2; */ float getConfidence(); /** * * *
   * Information related to the frames where OCR detected text appears.
   * 
* * repeated .google.cloud.videointelligence.v1p3beta1.TextFrame frames = 3; */ java.util.List getFramesList(); /** * * *
   * Information related to the frames where OCR detected text appears.
   * 
* * repeated .google.cloud.videointelligence.v1p3beta1.TextFrame frames = 3; */ com.google.cloud.videointelligence.v1p3beta1.TextFrame getFrames(int index); /** * * *
   * Information related to the frames where OCR detected text appears.
   * 
* * repeated .google.cloud.videointelligence.v1p3beta1.TextFrame frames = 3; */ int getFramesCount(); /** * * *
   * Information related to the frames where OCR detected text appears.
   * 
* * repeated .google.cloud.videointelligence.v1p3beta1.TextFrame frames = 3; */ java.util.List getFramesOrBuilderList(); /** * * *
   * Information related to the frames where OCR detected text appears.
   * 
* * repeated .google.cloud.videointelligence.v1p3beta1.TextFrame frames = 3; */ com.google.cloud.videointelligence.v1p3beta1.TextFrameOrBuilder getFramesOrBuilder(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy