Uses of Class
com.google.cloud.aiplatform.v1.schema.predict.prediction.TextExtractionPredictionResult.Builder
Packages that use TextExtractionPredictionResult.Builder
-
Uses of TextExtractionPredictionResult.Builder in com.google.cloud.aiplatform.v1.schema.predict.prediction
Methods in com.google.cloud.aiplatform.v1.schema.predict.prediction that return TextExtractionPredictionResult.BuilderModifier and TypeMethodDescriptionTextExtractionPredictionResult.Builder.addAllConfidences(Iterable<? extends Float> values) The Model's confidences in correctness of the predicted IDs, higher value means higher confidence.TextExtractionPredictionResult.Builder.addAllDisplayNames(Iterable<String> values) The display names of the AnnotationSpecs that had been identified, order matches the IDs.The resource IDs of the AnnotationSpecs that had been identified, ordered by the confidence score descendingly.TextExtractionPredictionResult.Builder.addAllTextSegmentEndOffsets(Iterable<? extends Long> values) The end offsets, inclusive, of the text segment in which the AnnotationSpec has been identified.TextExtractionPredictionResult.Builder.addAllTextSegmentStartOffsets(Iterable<? extends Long> values) The start offsets, inclusive, of the text segment in which the AnnotationSpec has been identified.TextExtractionPredictionResult.Builder.addConfidences(float value) The Model's confidences in correctness of the predicted IDs, higher value means higher confidence.TextExtractionPredictionResult.Builder.addDisplayNames(String value) The display names of the AnnotationSpecs that had been identified, order matches the IDs.TextExtractionPredictionResult.Builder.addDisplayNamesBytes(com.google.protobuf.ByteString value) The display names of the AnnotationSpecs that had been identified, order matches the IDs.TextExtractionPredictionResult.Builder.addIds(long value) The resource IDs of the AnnotationSpecs that had been identified, ordered by the confidence score descendingly.TextExtractionPredictionResult.Builder.addTextSegmentEndOffsets(long value) The end offsets, inclusive, of the text segment in which the AnnotationSpec has been identified.TextExtractionPredictionResult.Builder.addTextSegmentStartOffsets(long value) The start offsets, inclusive, of the text segment in which the AnnotationSpec has been identified.TextExtractionPredictionResult.Builder.clear()TextExtractionPredictionResult.Builder.clearConfidences()The Model's confidences in correctness of the predicted IDs, higher value means higher confidence.TextExtractionPredictionResult.Builder.clearDisplayNames()The display names of the AnnotationSpecs that had been identified, order matches the IDs.TextExtractionPredictionResult.Builder.clearIds()The resource IDs of the AnnotationSpecs that had been identified, ordered by the confidence score descendingly.TextExtractionPredictionResult.Builder.clearTextSegmentEndOffsets()The end offsets, inclusive, of the text segment in which the AnnotationSpec has been identified.TextExtractionPredictionResult.Builder.clearTextSegmentStartOffsets()The start offsets, inclusive, of the text segment in which the AnnotationSpec has been identified.TextExtractionPredictionResult.Builder.mergeFrom(TextExtractionPredictionResult other) TextExtractionPredictionResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TextExtractionPredictionResult.Builder.mergeFrom(com.google.protobuf.Message other) TextExtractionPredictionResult.newBuilder()TextExtractionPredictionResult.newBuilder(TextExtractionPredictionResult prototype) TextExtractionPredictionResult.newBuilderForType()protected TextExtractionPredictionResult.BuilderTextExtractionPredictionResult.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) TextExtractionPredictionResult.Builder.setConfidences(int index, float value) The Model's confidences in correctness of the predicted IDs, higher value means higher confidence.TextExtractionPredictionResult.Builder.setDisplayNames(int index, String value) The display names of the AnnotationSpecs that had been identified, order matches the IDs.TextExtractionPredictionResult.Builder.setIds(int index, long value) The resource IDs of the AnnotationSpecs that had been identified, ordered by the confidence score descendingly.TextExtractionPredictionResult.Builder.setTextSegmentEndOffsets(int index, long value) The end offsets, inclusive, of the text segment in which the AnnotationSpec has been identified.TextExtractionPredictionResult.Builder.setTextSegmentStartOffsets(int index, long value) The start offsets, inclusive, of the text segment in which the AnnotationSpec has been identified.TextExtractionPredictionResult.toBuilder()