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

com.google.cloud.language.v1.AnalyzeSyntaxResponseOrBuilder 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 AnalyzeSyntaxResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.cloud.language.v1.AnalyzeSyntaxResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Sentences in the input document.
   * 
* * repeated .google.cloud.language.v1.Sentence sentences = 1; */ java.util.List getSentencesList(); /** *
   * Sentences in the input document.
   * 
* * repeated .google.cloud.language.v1.Sentence sentences = 1; */ com.google.cloud.language.v1.Sentence getSentences(int index); /** *
   * Sentences in the input document.
   * 
* * repeated .google.cloud.language.v1.Sentence sentences = 1; */ int getSentencesCount(); /** *
   * Sentences in the input document.
   * 
* * repeated .google.cloud.language.v1.Sentence sentences = 1; */ java.util.List getSentencesOrBuilderList(); /** *
   * Sentences in the input document.
   * 
* * repeated .google.cloud.language.v1.Sentence sentences = 1; */ com.google.cloud.language.v1.SentenceOrBuilder getSentencesOrBuilder( int index); /** *
   * Tokens, along with their syntactic information, in the input document.
   * 
* * repeated .google.cloud.language.v1.Token tokens = 2; */ java.util.List getTokensList(); /** *
   * Tokens, along with their syntactic information, in the input document.
   * 
* * repeated .google.cloud.language.v1.Token tokens = 2; */ com.google.cloud.language.v1.Token getTokens(int index); /** *
   * Tokens, along with their syntactic information, in the input document.
   * 
* * repeated .google.cloud.language.v1.Token tokens = 2; */ int getTokensCount(); /** *
   * Tokens, along with their syntactic information, in the input document.
   * 
* * repeated .google.cloud.language.v1.Token tokens = 2; */ java.util.List getTokensOrBuilderList(); /** *
   * Tokens, along with their syntactic information, in the input document.
   * 
* * repeated .google.cloud.language.v1.Token tokens = 2; */ com.google.cloud.language.v1.TokenOrBuilder getTokensOrBuilder( int index); /** *
   * The language of the text, which will be the same as the language specified
   * in the request or, if not specified, the automatically-detected language.
   * See `Document.language` field for more details.
   * 
* * string language = 3; */ java.lang.String getLanguage(); /** *
   * The language of the text, which will be the same as the language specified
   * in the request or, if not specified, the automatically-detected language.
   * See `Document.language` field for more details.
   * 
* * string language = 3; */ com.google.protobuf.ByteString getLanguageBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy