Interface protos.google.cloud.aiplatform.v1beta1.schema.ITextSegment (1.7.2)

Properties of a TextSegment.

Package

@google-cloud/aiplatform!

Properties

content

content?: (string|null);

TextSegment content

Property Value
TypeDescription
(string|null)

endOffset

endOffset?: (number|Long|string|null);

TextSegment endOffset

Property Value
TypeDescription
(number|Long|string|null)

startOffset

startOffset?: (number|Long|string|null);

TextSegment startOffset

Property Value
TypeDescription
(number|Long|string|null)