Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ module V1
# entity extraction results at different stages of the processing.
# @!attribute [rw] entities_revision_id
# @return [::String]
# The entity revision id that `document.entities` field is based on.
# The entity revision ID that `document.entities` field is based on.
# If this field is set and `entities_revisions` is not empty, the entities in
# `document.entities` field are the entities in the entity revision with this
# id and `document.entity_validation_output` field is the
# ID and `document.entity_validation_output` field is the
# `entity_validation_output` field in this entity revision.
class Document
include ::Google::Protobuf::MessageExts
Expand Down
Loading