com.google.cloud.language.v1.TextSpanOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grpc-google-cloud-language-v1 Show documentation
Show all versions of grpc-google-cloud-language-v1 Show documentation
GRPC library for grpc-google-cloud-language-v1
// 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();
}