Uses of Interface
com.google.cloud.datalabeling.v1beta1.TextPayloadOrBuilder
-
Packages that use TextPayloadOrBuilder Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of TextPayloadOrBuilder in com.google.cloud.datalabeling.v1beta1
Classes in com.google.cloud.datalabeling.v1beta1 that implement TextPayloadOrBuilder Modifier and Type Class Description class
TextPayload
Container of information about a piece of text.static class
TextPayload.Builder
Container of information about a piece of text.Methods in com.google.cloud.datalabeling.v1beta1 that return TextPayloadOrBuilder Modifier and Type Method Description TextPayloadOrBuilder
DataItem.Builder. getTextPayloadOrBuilder()
The text payload, a container of text content.TextPayloadOrBuilder
DataItem. getTextPayloadOrBuilder()
The text payload, a container of text content.TextPayloadOrBuilder
DataItemOrBuilder. getTextPayloadOrBuilder()
The text payload, a container of text content.TextPayloadOrBuilder
Example.Builder. getTextPayloadOrBuilder()
The text payload, a container of the text content.TextPayloadOrBuilder
Example. getTextPayloadOrBuilder()
The text payload, a container of the text content.TextPayloadOrBuilder
ExampleOrBuilder. getTextPayloadOrBuilder()
The text payload, a container of the text content.
-