com.google.cloud.videointelligence.v1p3beta1.TextSegmentOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-video-intelligence-v1p3beta1 Show documentation
Show all versions of proto-google-cloud-video-intelligence-v1p3beta1 Show documentation
PROTO library for proto-google-cloud-video-intelligence-v1p3beta1
// 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 extends com.google.cloud.videointelligence.v1p3beta1.TextFrameOrBuilder>
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