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