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

com.google.cloud.language.v1.TextSpanOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.50.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/language/v1/language_service.proto

package com.google.cloud.language.v1;

public interface TextSpanOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.cloud.language.v1.TextSpan)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The content of the output text.
   * 
* * string content = 1; */ java.lang.String getContent(); /** *
   * The content of the output text.
   * 
* * string content = 1; */ com.google.protobuf.ByteString getContentBytes(); /** *
   * The API calculates the beginning offset of the content in the original
   * document according to the [EncodingType][google.cloud.language.v1.EncodingType] specified in the API request.
   * 
* * int32 begin_offset = 2; */ int getBeginOffset(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy