com.google.cloud.videointelligence.v1p3beta1.SpeechRecognitionAlternativeOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-video-intelligence-v1p3beta1 Show documentation
Show all versions of proto-google-cloud-video-intelligence-v1p3beta1 Show documentation
PROTO library for proto-google-cloud-video-intelligence-v1p3beta1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/videointelligence/v1p3beta1/video_intelligence.proto
package com.google.cloud.videointelligence.v1p3beta1;
public interface SpeechRecognitionAlternativeOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.videointelligence.v1p3beta1.SpeechRecognitionAlternative)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Transcript text representing the words that the user spoke.
*
*
* string transcript = 1;
*/
java.lang.String getTranscript();
/**
*
*
*
* Transcript text representing the words that the user spoke.
*
*
* string transcript = 1;
*/
com.google.protobuf.ByteString getTranscriptBytes();
/**
*
*
*
* The confidence estimate between 0.0 and 1.0. A higher number
* indicates an estimated greater likelihood that the recognized words are
* correct. This field is typically provided only for the top hypothesis, and
* only for `is_final=true` results. Clients should not rely on the
* `confidence` field as it is not guaranteed to be accurate or consistent.
* The default of 0.0 is a sentinel value indicating `confidence` was not set.
*
*
* float confidence = 2;
*/
float getConfidence();
/**
*
*
*
* A list of word-specific information for each recognized word.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.WordInfo words = 3;
*/
java.util.List getWordsList();
/**
*
*
*
* A list of word-specific information for each recognized word.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.WordInfo words = 3;
*/
com.google.cloud.videointelligence.v1p3beta1.WordInfo getWords(int index);
/**
*
*
*
* A list of word-specific information for each recognized word.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.WordInfo words = 3;
*/
int getWordsCount();
/**
*
*
*
* A list of word-specific information for each recognized word.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.WordInfo words = 3;
*/
java.util.List extends com.google.cloud.videointelligence.v1p3beta1.WordInfoOrBuilder>
getWordsOrBuilderList();
/**
*
*
*
* A list of word-specific information for each recognized word.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.WordInfo words = 3;
*/
com.google.cloud.videointelligence.v1p3beta1.WordInfoOrBuilder getWordsOrBuilder(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy