public static interface TextAnnotationImpl.ViewDataProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
TextAnnotationImpl.ConstituentProto |
getConstituents(int index)
List of constituents in the view
Note: Order of constituents stored is important and should be preserved
|
int |
getConstituentsCount()
List of constituents in the view
Note: Order of constituents stored is important and should be preserved
|
List<TextAnnotationImpl.ConstituentProto> |
getConstituentsList()
List of constituents in the view
Note: Order of constituents stored is important and should be preserved
|
TextAnnotationImpl.ConstituentProtoOrBuilder |
getConstituentsOrBuilder(int index)
List of constituents in the view
Note: Order of constituents stored is important and should be preserved
|
List<? extends TextAnnotationImpl.ConstituentProtoOrBuilder> |
getConstituentsOrBuilderList()
List of constituents in the view
Note: Order of constituents stored is important and should be preserved
|
String |
getGenerator()
Class name of the generator
|
com.google.protobuf.ByteString |
getGeneratorBytes()
Class name of the generator
|
TextAnnotationImpl.RelationProto |
getRelations(int index)
List of relations in the view
Note: Order of constituents stored is important and should be preserved
|
int |
getRelationsCount()
List of relations in the view
Note: Order of constituents stored is important and should be preserved
|
List<TextAnnotationImpl.RelationProto> |
getRelationsList()
List of relations in the view
Note: Order of constituents stored is important and should be preserved
|
TextAnnotationImpl.RelationProtoOrBuilder |
getRelationsOrBuilder(int index)
List of relations in the view
Note: Order of constituents stored is important and should be preserved
|
List<? extends TextAnnotationImpl.RelationProtoOrBuilder> |
getRelationsOrBuilderList()
List of relations in the view
Note: Order of constituents stored is important and should be preserved
|
double |
getScore()
Score of the View
|
String |
getViewName()
Name of the view
|
com.google.protobuf.ByteString |
getViewNameBytes()
Name of the view
|
String |
getViewType()
Type of the view.
|
com.google.protobuf.ByteString |
getViewTypeBytes()
Type of the view.
|
boolean |
hasGenerator()
Class name of the generator
|
boolean |
hasScore()
Score of the View
|
boolean |
hasViewName()
Name of the view
|
boolean |
hasViewType()
Type of the view.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasViewType()
Type of the view. Corresponds to class name in core-utilities
required string viewType = 1;
String getViewType()
Type of the view. Corresponds to class name in core-utilities
required string viewType = 1;
com.google.protobuf.ByteString getViewTypeBytes()
Type of the view. Corresponds to class name in core-utilities
required string viewType = 1;
boolean hasViewName()
Name of the view
required string viewName = 2;
String getViewName()
Name of the view
required string viewName = 2;
com.google.protobuf.ByteString getViewNameBytes()
Name of the view
required string viewName = 2;
boolean hasGenerator()
Class name of the generator
required string generator = 3;
String getGenerator()
Class name of the generator
required string generator = 3;
com.google.protobuf.ByteString getGeneratorBytes()
Class name of the generator
required string generator = 3;
boolean hasScore()
Score of the View
optional double score = 4 [default = 0];
double getScore()
Score of the View
optional double score = 4 [default = 0];
List<TextAnnotationImpl.ConstituentProto> getConstituentsList()
List of constituents in the view Note: Order of constituents stored is important and should be preserved
repeated .textannotation.ConstituentProto constituents = 5;
TextAnnotationImpl.ConstituentProto getConstituents(int index)
List of constituents in the view Note: Order of constituents stored is important and should be preserved
repeated .textannotation.ConstituentProto constituents = 5;
int getConstituentsCount()
List of constituents in the view Note: Order of constituents stored is important and should be preserved
repeated .textannotation.ConstituentProto constituents = 5;
List<? extends TextAnnotationImpl.ConstituentProtoOrBuilder> getConstituentsOrBuilderList()
List of constituents in the view Note: Order of constituents stored is important and should be preserved
repeated .textannotation.ConstituentProto constituents = 5;
TextAnnotationImpl.ConstituentProtoOrBuilder getConstituentsOrBuilder(int index)
List of constituents in the view Note: Order of constituents stored is important and should be preserved
repeated .textannotation.ConstituentProto constituents = 5;
List<TextAnnotationImpl.RelationProto> getRelationsList()
List of relations in the view Note: Order of constituents stored is important and should be preserved
repeated .textannotation.RelationProto relations = 6;
TextAnnotationImpl.RelationProto getRelations(int index)
List of relations in the view Note: Order of constituents stored is important and should be preserved
repeated .textannotation.RelationProto relations = 6;
int getRelationsCount()
List of relations in the view Note: Order of constituents stored is important and should be preserved
repeated .textannotation.RelationProto relations = 6;
List<? extends TextAnnotationImpl.RelationProtoOrBuilder> getRelationsOrBuilderList()
List of relations in the view Note: Order of constituents stored is important and should be preserved
repeated .textannotation.RelationProto relations = 6;
TextAnnotationImpl.RelationProtoOrBuilder getRelationsOrBuilder(int index)
List of relations in the view Note: Order of constituents stored is important and should be preserved
repeated .textannotation.RelationProto relations = 6;
Copyright © 2017. All rights reserved.