All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.photos.library.v1.proto.TextEnrichmentOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/photos/library/v1/photos_library.proto

package com.google.photos.library.v1.proto;

public interface TextEnrichmentOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.photos.library.v1.TextEnrichment)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Text for this enrichment item.
   * 
* * string text = 1; * * @return The text. */ java.lang.String getText(); /** * * *
   * Text for this enrichment item.
   * 
* * string text = 1; * * @return The bytes for text. */ com.google.protobuf.ByteString getTextBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy