com.google.cloud.videointelligence.v1p3beta1.TextAnnotationOrBuilder 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 TextAnnotationOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.videointelligence.v1p3beta1.TextAnnotation)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The detected text.
*
*
* string text = 1;
*/
java.lang.String getText();
/**
*
*
*
* The detected text.
*
*
* string text = 1;
*/
com.google.protobuf.ByteString getTextBytes();
/**
*
*
*
* All video segments where OCR detected text appears.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.TextSegment segments = 2;
*/
java.util.List getSegmentsList();
/**
*
*
*
* All video segments where OCR detected text appears.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.TextSegment segments = 2;
*/
com.google.cloud.videointelligence.v1p3beta1.TextSegment getSegments(int index);
/**
*
*
*
* All video segments where OCR detected text appears.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.TextSegment segments = 2;
*/
int getSegmentsCount();
/**
*
*
*
* All video segments where OCR detected text appears.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.TextSegment segments = 2;
*/
java.util.List extends com.google.cloud.videointelligence.v1p3beta1.TextSegmentOrBuilder>
getSegmentsOrBuilderList();
/**
*
*
*
* All video segments where OCR detected text appears.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.TextSegment segments = 2;
*/
com.google.cloud.videointelligence.v1p3beta1.TextSegmentOrBuilder getSegmentsOrBuilder(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy