Uses of Class
com.google.cloud.videointelligence.v1.TextAnnotation
-
Packages that use TextAnnotation Package Description com.google.cloud.videointelligence.v1 A client to Cloud Video Intelligence API -
-
Uses of TextAnnotation in com.google.cloud.videointelligence.v1
Methods in com.google.cloud.videointelligence.v1 that return TextAnnotation Modifier and Type Method Description TextAnnotation
TextAnnotation.Builder. build()
TextAnnotation
TextAnnotation.Builder. buildPartial()
static TextAnnotation
TextAnnotation. getDefaultInstance()
TextAnnotation
TextAnnotation.Builder. getDefaultInstanceForType()
TextAnnotation
TextAnnotation. getDefaultInstanceForType()
TextAnnotation
VideoAnnotationResults.Builder. getTextAnnotations(int index)
OCR text detection and tracking.TextAnnotation
VideoAnnotationResults. getTextAnnotations(int index)
OCR text detection and tracking.TextAnnotation
VideoAnnotationResultsOrBuilder. getTextAnnotations(int index)
OCR text detection and tracking.static TextAnnotation
TextAnnotation. parseDelimitedFrom(InputStream input)
static TextAnnotation
TextAnnotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextAnnotation
TextAnnotation. parseFrom(byte[] data)
static TextAnnotation
TextAnnotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextAnnotation
TextAnnotation. parseFrom(com.google.protobuf.ByteString data)
static TextAnnotation
TextAnnotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextAnnotation
TextAnnotation. parseFrom(com.google.protobuf.CodedInputStream input)
static TextAnnotation
TextAnnotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextAnnotation
TextAnnotation. parseFrom(InputStream input)
static TextAnnotation
TextAnnotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextAnnotation
TextAnnotation. parseFrom(ByteBuffer data)
static TextAnnotation
TextAnnotation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.videointelligence.v1 that return types with arguments of type TextAnnotation Modifier and Type Method Description com.google.protobuf.Parser<TextAnnotation>
TextAnnotation. getParserForType()
List<TextAnnotation>
VideoAnnotationResults.Builder. getTextAnnotationsList()
OCR text detection and tracking.List<TextAnnotation>
VideoAnnotationResults. getTextAnnotationsList()
OCR text detection and tracking.List<TextAnnotation>
VideoAnnotationResultsOrBuilder. getTextAnnotationsList()
OCR text detection and tracking.static com.google.protobuf.Parser<TextAnnotation>
TextAnnotation. parser()
Methods in com.google.cloud.videointelligence.v1 with parameters of type TextAnnotation Modifier and Type Method Description VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. addTextAnnotations(int index, TextAnnotation value)
OCR text detection and tracking.VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. addTextAnnotations(TextAnnotation value)
OCR text detection and tracking.TextAnnotation.Builder
TextAnnotation.Builder. mergeFrom(TextAnnotation other)
static TextAnnotation.Builder
TextAnnotation. newBuilder(TextAnnotation prototype)
VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. setTextAnnotations(int index, TextAnnotation value)
OCR text detection and tracking.Method parameters in com.google.cloud.videointelligence.v1 with type arguments of type TextAnnotation Modifier and Type Method Description VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. addAllTextAnnotations(Iterable<? extends TextAnnotation> values)
OCR text detection and tracking.
-